Patch to fix spacing between action area and vbox of preferences dialog.
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com> * background-properties-capplet.c, background-properties.glade: Patch to fix spacing between action area and vbox of preferences dialog.
This commit is contained in:
parent
e6e45955af
commit
a7d7bf0bbc
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com>
|
||||||
|
|
||||||
|
* background-properties-capplet.c, background-properties.glade:
|
||||||
|
Patch to fix spacing between action area and vbox of preferences
|
||||||
|
dialog.
|
||||||
|
|
||||||
2003-07-17 Dennis Cranston <dennis_cranston at yahoo com>
|
2003-07-17 Dennis Cranston <dennis_cranston at yahoo com>
|
||||||
|
|
||||||
* background-properties.glade,
|
* background-properties.glade,
|
||||||
|
|
|
@ -590,6 +590,7 @@ main (int argc, char **argv)
|
||||||
GTK_RESPONSE_CLOSE);
|
GTK_RESPONSE_CLOSE);
|
||||||
gtk_dialog_set_has_separator (GTK_DIALOG (dialog_win), FALSE);
|
gtk_dialog_set_has_separator (GTK_DIALOG (dialog_win), FALSE);
|
||||||
gtk_container_set_border_width (GTK_CONTAINER (dialog_win), 5);
|
gtk_container_set_border_width (GTK_CONTAINER (dialog_win), 5);
|
||||||
|
gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog_win)->vbox), 2);
|
||||||
gtk_window_set_resizable (GTK_WINDOW (dialog_win), FALSE);
|
gtk_window_set_resizable (GTK_WINDOW (dialog_win), FALSE);
|
||||||
|
|
||||||
g_signal_connect (G_OBJECT (dialog_win),
|
g_signal_connect (G_OBJECT (dialog_win),
|
||||||
|
@ -608,7 +609,7 @@ main (int argc, char **argv)
|
||||||
set);
|
set);
|
||||||
|
|
||||||
g_object_weak_ref (G_OBJECT (dialog_win), (GWeakNotify) applier_set_free, set);
|
g_object_weak_ref (G_OBJECT (dialog_win), (GWeakNotify) applier_set_free, set);
|
||||||
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog_win)->vbox), WID ("prefs_widget"), TRUE, TRUE, GNOME_PAD_SMALL);
|
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog_win)->vbox), WID ("prefs_widget"), TRUE, TRUE, 0);
|
||||||
capplet_set_icon (dialog_win, "background-capplet.png");
|
capplet_set_icon (dialog_win, "background-capplet.png");
|
||||||
gtk_widget_show (dialog_win);
|
gtk_widget_show (dialog_win);
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkVBox" id="prefs_widget">
|
<widget class="GtkVBox" id="prefs_widget">
|
||||||
<property name="border_width">8</property>
|
<property name="border_width">5</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="homogeneous">False</property>
|
<property name="homogeneous">False</property>
|
||||||
<property name="spacing">18</property>
|
<property name="spacing">18</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue