From 570e3767429254a8fd426a4567bae4a52b190d40 Mon Sep 17 00:00:00 2001 From: Imran Remtulla Date: Sat, 24 Sep 2022 02:15:08 -0400 Subject: [PATCH] Tiny UI tweak --- lib/pages/add_app.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/pages/add_app.dart b/lib/pages/add_app.dart index 687fb77..e635643 100644 --- a/lib/pages/add_app.dart +++ b/lib/pages/add_app.dart @@ -134,14 +134,14 @@ class _AddAppPageState extends State { child: const Text('Add')) ], ), - const Divider( - height: 64, - ), if (pickedSource != null && (pickedSource!.additionalDataFormItems.isNotEmpty)) Column( crossAxisAlignment: CrossAxisAlignment.stretch, children: [ + const Divider( + height: 64, + ), Text( 'Additional Options for ${pickedSource?.runtimeType}', style: TextStyle(