Author: jannis
Date: 2008-06-29 12:31:40 +0000 (Sun, 29 Jun 2008)
New Revision: 27181

Modified:
   xfce4-settings/trunk/ChangeLog
   xfce4-settings/trunk/xfce4-settings-manager/xfce-settings-manager-dialog.c
Log:
        * xfce4-settings-manager/xfce-settings-manager-dialog.c:
          Add 6px border to the scrolled window in order to align it
          with the dialog buttons.
        * xfce4-settings-manager/xfce-settings-manager-dialog.c: Dialog

Modified: xfce4-settings/trunk/ChangeLog
===================================================================
--- xfce4-settings/trunk/ChangeLog      2008-06-29 12:31:36 UTC (rev 27180)
+++ xfce4-settings/trunk/ChangeLog      2008-06-29 12:31:40 UTC (rev 27181)
@@ -1,5 +1,11 @@
 2008-06-29     Jannis Pohlmann <[EMAIL PROTECTED]>
 
+       * xfce4-settings-manager/xfce-settings-manager-dialog.c: 
+         Add 6px border to the scrolled window in order to align it
+         with the dialog buttons.
+
+2008-06-29     Jannis Pohlmann <[EMAIL PROTECTED]>
+
        * dialogs/accessibility-settings/accessibility-dialog.glade,
          dialogs/appearance-settings/appearance-dialog.glade,
          dialogs/keyboard-settings/keyboard-dialog.glade,
@@ -10,7 +16,7 @@
 
 2008-06-29     Nick Schermer <[EMAIL PROTECTED]>
 
-       * xfce4-settings-manager/xfce-settings-manager-dialog.c Dialog
+       * xfce4-settings-manager/xfce-settings-manager-dialog.c: Dialog
          default size is 600x400px; Changed window icon name to
          preferences-desktop instead of xfce4-settings, since that's
          the default icon name; Don't show the dialog separator.

Modified: 
xfce4-settings/trunk/xfce4-settings-manager/xfce-settings-manager-dialog.c
===================================================================
--- xfce4-settings/trunk/xfce4-settings-manager/xfce-settings-manager-dialog.c  
2008-06-29 12:31:36 UTC (rev 27180)
+++ xfce4-settings/trunk/xfce4-settings-manager/xfce-settings-manager-dialog.c  
2008-06-29 12:31:40 UTC (rev 27181)
@@ -106,6 +106,7 @@
     gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(sw), 
GTK_SHADOW_IN);
     gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw),
                                    GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC);
+    gtk_container_set_border_width (GTK_CONTAINER (sw), 6);
     gtk_widget_show(sw);
     gtk_box_pack_start(GTK_BOX(GTK_DIALOG(dialog)->vbox), sw, TRUE, TRUE, 0);
 

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to