mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-16 21:16:35 +00:00
CustomDialog. Add left padding to actions
This commit is contained in:
@@ -665,7 +665,7 @@ class CustomAlertDialog extends StatelessWidget {
|
|||||||
child: content),
|
child: content),
|
||||||
),
|
),
|
||||||
actions: actions,
|
actions: actions,
|
||||||
actionsPadding: EdgeInsets.fromLTRB(0, 0, padding, padding),
|
actionsPadding: EdgeInsets.fromLTRB(padding, 0, padding, padding),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user