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.
This commit is contained in:
Glynn Foster 2003-05-27 22:28:44 +00:00 committed by Glynn Foster
parent 4f1bace4c8
commit f091d10d08
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-27 Glynn Foster <glynn.foster@sun.com>
* src/zenity.glade: Make the progress dialog resize. Lamely
fixes #113706.
2003-05-27 Glynn Foster <glynn.foster@sun.com>
* HACKING: Update information for submitting patches to bugzilla.

View File

@ -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"/>