mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-19 13:09:30 +02: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