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:
parent
4f1bace4c8
commit
f091d10d08
@ -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>
|
2003-05-27 Glynn Foster <glynn.foster@sun.com>
|
||||||
|
|
||||||
* HACKING: Update information for submitting patches to bugzilla.
|
* HACKING: Update information for submitting patches to bugzilla.
|
||||||
|
@ -621,7 +621,7 @@
|
|||||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||||
<property name="window_position">GTK_WIN_POS_CENTER</property>
|
<property name="window_position">GTK_WIN_POS_CENTER</property>
|
||||||
<property name="modal">False</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="destroy_with_parent">False</property>
|
||||||
<property name="has_separator">True</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"/>
|
<signal name="destroy" handler="gtk_main_quit" last_modification_time="Sat, 28 Dec 2002 14:46:29 GMT"/>
|
||||||
|
Reference in New Issue
Block a user