UI cleanup
This commit is contained in:
@@ -311,24 +311,6 @@ class ExpectationInputPageState extends State<ExpectationInputPage> {
|
|||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(8.0),
|
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(
|
Form(
|
||||||
key: _formKey,
|
key: _formKey,
|
||||||
|
|||||||
Reference in New Issue
Block a user