mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-05 21:26:29 +08:00
CustomDialog. Add left padding to actions
This commit is contained in:
parent
1b3ad55f9e
commit
432f0b7e3e
@ -665,7 +665,7 @@ class CustomAlertDialog extends StatelessWidget {
|
||||
child: content),
|
||||
),
|
||||
actions: actions,
|
||||
actionsPadding: EdgeInsets.fromLTRB(0, 0, padding, padding),
|
||||
actionsPadding: EdgeInsets.fromLTRB(padding, 0, padding, padding),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user