mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-26 16:09:30 +02:00
Tiny UI tweak
This commit is contained in:
@@ -95,7 +95,10 @@ class _AppPageState extends State<AppPage> {
|
|||||||
),
|
),
|
||||||
])),
|
])),
|
||||||
if (app?.downloadProgress != null)
|
if (app?.downloadProgress != null)
|
||||||
LinearProgressIndicator(value: app!.downloadProgress! / 100)
|
Padding(
|
||||||
|
padding: const EdgeInsets.fromLTRB(0, 8, 0, 0),
|
||||||
|
child: LinearProgressIndicator(
|
||||||
|
value: app!.downloadProgress! / 100))
|
||||||
],
|
],
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user