From 782cd3abc3278ed9afa4393cd22641e56731e09b Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 26 Apr 2022 08:18:18 +0100 Subject: zenity.ui: make message dialogs non-resizable Use the approach of GtkMessageDialog, to avoid problems with narrow labels when the dialog text is long. --- src/zenity.ui | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/zenity.ui b/src/zenity.ui index 2311340b..c1a367c3 100644 --- a/src/zenity.ui +++ b/src/zenity.ui @@ -466,6 +466,7 @@ Error center dialog + false @@ -682,6 +683,7 @@ Information center dialog + false @@ -883,6 +885,7 @@ Question center dialog + false @@ -1065,6 +1068,7 @@ Warning center dialog + false -- cgit