[gnome-control-center] wacom: Fix strange bottom padding



commit 05ffef73479fd4a87b4693872631bc5faa9f70b8
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Aug 27 12:27:02 2011 +0100

    wacom: Fix strange bottom padding
    
    Spotted by Matthias Clasen <mclasen redhat com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657426

 panels/wacom/cc-wacom-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/wacom/cc-wacom-panel.c b/panels/wacom/cc-wacom-panel.c
index 3a8601e..7afc364 100644
--- a/panels/wacom/cc-wacom-panel.c
+++ b/panels/wacom/cc-wacom-panel.c
@@ -409,7 +409,7 @@ cc_wacom_panel_init (CcWacomPanel *self)
 
 	grid = WID ("main-grid");
 	gtk_container_add (GTK_CONTAINER (self), grid);
-	gtk_container_set_border_width (GTK_CONTAINER (self), 24);
+	gtk_container_set_border_width (GTK_CONTAINER (grid), 24);
 
 	priv->wacom_settings  = g_settings_new (WACOM_SCHEMA);
 	priv->stylus_settings = g_settings_new (WACOM_STYLUS_SCHEMA);



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