mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
Page Install. ProgressIndiactor space to buttons.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user