Merge pull request #3146 from grummbeer/adjust-dialog-padding

unify padding of dialogs
This commit is contained in:
RustDesk 2023-02-10 18:11:05 +08:00 committed by GitHub
commit a313d7579d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,8 +648,6 @@ 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(