mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 20:59:37 +08:00
Merge pull request #3169 from grummbeer/unify-dialog-padding
Dialog. Adjust padding of the title.
This commit is contained in:
commit
3cc0c1df69
@ -653,6 +653,7 @@ class CustomAlertDialog extends StatelessWidget {
|
|||||||
child: AlertDialog(
|
child: AlertDialog(
|
||||||
scrollable: true,
|
scrollable: true,
|
||||||
title: title,
|
title: title,
|
||||||
|
titlePadding: EdgeInsets.fromLTRB(padding, 24, padding, 0),
|
||||||
contentPadding: EdgeInsets.fromLTRB(
|
contentPadding: EdgeInsets.fromLTRB(
|
||||||
contentPadding ?? padding, 25, contentPadding ?? padding, 10),
|
contentPadding ?? padding, 25, contentPadding ?? padding, 10),
|
||||||
content: ConstrainedBox(
|
content: ConstrainedBox(
|
||||||
|
Loading…
Reference in New Issue
Block a user