diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-05-27 22:28:44 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-05-27 22:28:44 +0000 |
commit | f091d10d08727e360172c4dbcca1762cbf9f6f7d (patch) | |
tree | e3d854aff807958fe37495ee4be9bc2d4c88b88a /src/zenity.glade | |
parent | Update information for submitting patches to bugzilla. (diff) | |
download | zenity-f091d10d08727e360172c4dbcca1762cbf9f6f7d.tar.gz zenity-f091d10d08727e360172c4dbcca1762cbf9f6f7d.tar.bz2 zenity-f091d10d08727e360172c4dbcca1762cbf9f6f7d.zip |
Make the progress dialog resize. Lamely fixes #113706.
2003-05-27 Glynn Foster <glynn.foster@sun.com>
* src/zenity.glade: Make the progress dialog resize. Lamely
fixes #113706.
Diffstat (limited to 'src/zenity.glade')
-rw-r--r-- | src/zenity.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenity.glade b/src/zenity.glade index 482f1527..c1dad426 100644 --- a/src/zenity.glade +++ b/src/zenity.glade @@ -621,7 +621,7 @@ <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <property name="modal">False</property> - <property name="resizable">False</property> + <property name="resizable">True</property> <property name="destroy_with_parent">False</property> <property name="has_separator">True</property> <signal name="destroy" handler="gtk_main_quit" last_modification_time="Sat, 28 Dec 2002 14:46:29 GMT"/> |