mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-31 05:23:28 +01:00 
			
		
		
		
	Tiny UI tweak
This commit is contained in:
		| @@ -134,14 +134,14 @@ class _AddAppPageState extends State<AddAppPage> { | |||||||
|                               child: const Text('Add')) |                               child: const Text('Add')) | ||||||
|                         ], |                         ], | ||||||
|                       ), |                       ), | ||||||
|                       const Divider( |  | ||||||
|                         height: 64, |  | ||||||
|                       ), |  | ||||||
|                       if (pickedSource != null && |                       if (pickedSource != null && | ||||||
|                           (pickedSource!.additionalDataFormItems.isNotEmpty)) |                           (pickedSource!.additionalDataFormItems.isNotEmpty)) | ||||||
|                         Column( |                         Column( | ||||||
|                           crossAxisAlignment: CrossAxisAlignment.stretch, |                           crossAxisAlignment: CrossAxisAlignment.stretch, | ||||||
|                           children: [ |                           children: [ | ||||||
|  |                             const Divider( | ||||||
|  |                               height: 64, | ||||||
|  |                             ), | ||||||
|                             Text( |                             Text( | ||||||
|                                 'Additional Options for ${pickedSource?.runtimeType}', |                                 'Additional Options for ${pickedSource?.runtimeType}', | ||||||
|                                 style: TextStyle( |                                 style: TextStyle( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user