Page Install. ProgressIndiactor space to buttons.

This commit is contained in:
grummbeer 2023-06-06 11:01:22 +02:00
parent ae9c0df818
commit 5b74e30b23

View File

@ -210,8 +210,10 @@ class _InstallPageBodyState extends State<_InstallPageBody>
Expanded(
child: Obx(() => Offstage(
offstage: !showProgress.value,
child: LinearProgressIndicator(),
))),
child:
LinearProgressIndicator().marginOnly(right: 10),
)),
),
Obx(
() => OutlinedButton.icon(
icon: Icon(Icons.close_rounded, size: 16),