Merge pull request #3161 from rustdesk/revert-3146-adjust-dialog-padding
Revert "unify padding of dialogs"
This commit is contained in:
commit
de29ce8d45
1 changed files with 2 additions and 0 deletions
|
|
@ -653,6 +653,8 @@ class CustomAlertDialog extends StatelessWidget {
|
|||
child: AlertDialog(
|
||||
scrollable: true,
|
||||
title: title,
|
||||
contentPadding: EdgeInsets.fromLTRB(
|
||||
contentPadding ?? padding, 25, contentPadding ?? padding, 10),
|
||||
content: ConstrainedBox(
|
||||
constraints: contentBoxConstraints,
|
||||
child: Theme(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue