[gnome-control-center/wip/power] Shell: Allow panels to go up to the edge



commit 6d4d2d05bb7e6c301da35482271bbb0f2b504284
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Dec 7 21:27:13 2012 -0500

    Shell: Allow panels to go up to the edge
    
    This is necessary for new scrolling panel designs, where we
    expect the scrollbar to sit directly at the edge of the window.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689878

 shell/gnome-control-center.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/shell/gnome-control-center.c b/shell/gnome-control-center.c
index 00a5b5b..e61286e 100644
--- a/shell/gnome-control-center.c
+++ b/shell/gnome-control-center.c
@@ -227,7 +227,6 @@ activate_panel (GnomeControlCenter *shell,
                                   cc_panel_get_permission (CC_PANEL (priv->current_panel)));
 
   box = gtk_alignment_new (0, 0, 1, 1);
-  gtk_alignment_set_padding (GTK_ALIGNMENT (box), 6, 6, 6, 6);
 
   gtk_container_add (GTK_CONTAINER (box), priv->current_panel);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]