[gnome-control-center] wacom: add back margin-top/bottom for title/stylus labels



commit a21e302f3c6ed7b9d42d314f03a315354fabdde9
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jan 23 12:29:30 2012 -0500

    wacom: add back margin-top/bottom for title/stylus labels
    
    Since we don't know whether the navigation button will be shown or not,
    set a margin on these labels as well.

 panels/wacom/gnome-wacom-properties.ui |    2 ++
 panels/wacom/wacom-stylus-page.ui      |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/panels/wacom/gnome-wacom-properties.ui b/panels/wacom/gnome-wacom-properties.ui
index da82386..d90e812 100644
--- a/panels/wacom/gnome-wacom-properties.ui
+++ b/panels/wacom/gnome-wacom-properties.ui
@@ -269,6 +269,8 @@
                     <property name="halign">start</property>
                     <property name="valign">center</property>
                     <property name="margin_left">10</property>
+                    <property name="margin_top">16</property>
+                    <property name="margin_bottom">16</property>
                     <property name="label" translatable="yes">Wacom Tablet</property>
                     <attributes>
                       <attribute name="weight" value="bold"/>
diff --git a/panels/wacom/wacom-stylus-page.ui b/panels/wacom/wacom-stylus-page.ui
index 6fce70a..d163100 100644
--- a/panels/wacom/wacom-stylus-page.ui
+++ b/panels/wacom/wacom-stylus-page.ui
@@ -315,6 +315,8 @@
         <property name="halign">start</property>
         <property name="valign">center</property>
         <property name="margin_left">10</property>
+        <property name="margin_top">16</property>
+        <property name="margin_bottom">16</property>
         <property name="label" translatable="yes">Stylus</property>
         <attributes>
           <attribute name="weight" value="bold"/>



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