From 92eda5b9ce67831c136cf2403ca24e6030b1c9eb Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Sat, 31 May 2008 13:52:18 +0000 Subject: set all dialogs in glade file as resizable in order to have them 2008-05-31 Lucas Rocha * src/zenity.glade: set all dialogs in glade file as resizable in order to have them respecting the --width and --height command-line options (Fixes bug #529452). svn path=/trunk/; revision=1380 --- ChangeLog | 6 ++++++ src/zenity.glade | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73d91b82..54ef567e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-31 Lucas Rocha + + * src/zenity.glade: set all dialogs in glade file as resizable in + order to have them respecting the --width and --height command-line + options (Fixes bug #529452). + 2008-04-21 Lucas Rocha * configure.in: post-release version bump. diff --git a/src/zenity.glade b/src/zenity.glade index 7095b974..9e013843 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -170,7 +170,7 @@ GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER False - False + True False True False @@ -321,7 +321,7 @@ GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER False - False + True False True False @@ -769,7 +769,7 @@ GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER False - False + True False True False @@ -1031,7 +1031,7 @@ GTK_WINDOW_TOPLEVEL GTK_WIN_POS_CENTER False - False + True False True False -- cgit