summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-05-27 22:28:44 +0000
committerGlynn Foster <gman@src.gnome.org>2003-05-27 22:28:44 +0000
commitf091d10d08727e360172c4dbcca1762cbf9f6f7d (patch)
treee3d854aff807958fe37495ee4be9bc2d4c88b88a /src
parent4f1bace4c856758a337f817f11299a9058b811d8 (diff)
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')
-rw-r--r--src/zenity.glade2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenity.glade b/src/zenity.glade
index 482f152..c1dad42 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"/>