mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 05:01:29 +03:00
make progress bar right margin to cancel button
This commit is contained in:
@@ -232,7 +232,7 @@ class _InstallPageBodyState extends State<_InstallPageBody>
|
|||||||
child: Text(translate('Cancel'),
|
child: Text(translate('Cancel'),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: textColor, fontSize: btnFontSize)))
|
color: textColor, fontSize: btnFontSize)))
|
||||||
.marginOnly(right: 2 * em)),
|
.marginSymmetric(horizontal: 2 * em)),
|
||||||
Obx(() => ElevatedButton(
|
Obx(() => ElevatedButton(
|
||||||
onPressed: btnEnabled.value ? install : null,
|
onPressed: btnEnabled.value ? install : null,
|
||||||
style: ElevatedButton.styleFrom(
|
style: ElevatedButton.styleFrom(
|
||||||
|
|||||||
Reference in New Issue
Block a user