diff --git a/capplets/ui-properties/ChangeLog b/capplets/ui-properties/ChangeLog index 3905150ba..42bd61162 100644 --- a/capplets/ui-properties/ChangeLog +++ b/capplets/ui-properties/ChangeLog @@ -1,3 +1,9 @@ +2003-07-18 Dennis Cranston + + * gnome-ui-properties.c, gnome-ui-properties.glade: + Apply patch from Christian - Manny Calavera - Neumair + for ui-review bug # 99537. + 2003-07-11 Dennis Cranston * gnome-ui-properties.glade: UI-Review fixes for bug diff --git a/capplets/ui-properties/gnome-ui-properties.c b/capplets/ui-properties/gnome-ui-properties.c index 11c7af84a..93122814c 100644 --- a/capplets/ui-properties/gnome-ui-properties.c +++ b/capplets/ui-properties/gnome-ui-properties.c @@ -98,28 +98,28 @@ show_handlebar (GladeXML *dialog, gboolean show) { GtkWidget *handlebox; GtkWidget *toolbar; - GtkWidget *frame; + GtkWidget *align; handlebox = WID ("toolbar_handlebox"); toolbar = WID ("toolbar_toolbar"); - frame = WID ("toolbar_frame"); + align = WID ("toolbar_align"); g_object_ref (handlebox); g_object_ref (toolbar); - if (GTK_BIN (frame)->child) - gtk_container_remove (GTK_CONTAINER (frame), GTK_BIN (frame)->child); + if (GTK_BIN (align)->child) + gtk_container_remove (GTK_CONTAINER (align), GTK_BIN (align)->child); if (GTK_BIN (handlebox)->child) gtk_container_remove (GTK_CONTAINER (handlebox), GTK_BIN (handlebox)->child); if (show) { - gtk_container_add (GTK_CONTAINER (frame), handlebox); + gtk_container_add (GTK_CONTAINER (align), handlebox); gtk_container_add (GTK_CONTAINER (handlebox), toolbar); g_object_unref (handlebox); } else { - gtk_container_add (GTK_CONTAINER (frame), toolbar); + gtk_container_add (GTK_CONTAINER (align), toolbar); } g_object_unref (toolbar); diff --git a/capplets/ui-properties/gnome-ui-properties.glade b/capplets/ui-properties/gnome-ui-properties.glade index 9239faa74..e1a8b19d9 100644 --- a/capplets/ui-properties/gnome-ui-properties.glade +++ b/capplets/ui-properties/gnome-ui-properties.glade @@ -546,16 +546,17 @@ - + True - 0 - 0.5 - GTK_SHADOW_NONE + 0.5 + 0.5 + 1 + 1 True - GTK_SHADOW_IN + GTK_SHADOW_OUT GTK_POS_LEFT GTK_POS_TOP