Patch to fix spacing between action area and vbox of preferences dialog.
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com> * gnome-default-applications-properties.glade: Patch to fix spacing between action area and vbox of preferences dialog.
This commit is contained in:
parent
8a7450c666
commit
8f5cbf86a1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
|
||||||
|
|
||||||
|
* gnome-default-applications-properties.glade: Patch to fix spacing
|
||||||
|
between action area and vbox of preferences dialog.
|
||||||
|
|
||||||
Fri Aug 1 15:49:03 2003 Jonathan Blandford <jrb@redhat.com>
|
Fri Aug 1 15:49:03 2003 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gnome-default-applications-properties-structs.c
|
* gnome-default-applications-properties-structs.c
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<widget class="GtkVBox" id="dialog-vbox1">
|
<widget class="GtkVBox" id="dialog-vbox1">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="homogeneous">False</property>
|
<property name="homogeneous">False</property>
|
||||||
<property name="spacing">0</property>
|
<property name="spacing">2</property>
|
||||||
|
|
||||||
<child internal-child="action_area">
|
<child internal-child="action_area">
|
||||||
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue