From c03e9556b737429b426ab8b9ca791c45bf91fb3d Mon Sep 17 00:00:00 2001 From: Bene Date: Fri, 8 Nov 2024 23:05:01 +0100 Subject: [PATCH] UI cleanup --- lib/screens/expectation_input_page.dart | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/lib/screens/expectation_input_page.dart b/lib/screens/expectation_input_page.dart index aa85efe..3648d80 100644 --- a/lib/screens/expectation_input_page.dart +++ b/lib/screens/expectation_input_page.dart @@ -311,24 +311,6 @@ class ExpectationInputPageState extends State { const SizedBox(height: 16), Padding( padding: const EdgeInsets.all(8.0), - child: Row( - children: [ - Expanded( - child: TextFormField( - controller: _simbriefIdController, - decoration: const InputDecoration( - labelText: 'SimBrief Pilot ID', - border: OutlineInputBorder(), - ), - ), - ), - const SizedBox(width: 10), - ElevatedButton( - onPressed: _fetchSimbriefData, - child: const Text('Lade SimBrief Daten'), - ), - ], - ), ), Form( key: _formKey,