[gnome-builder/wip/chergert/layout] editor: less padding for properties



commit 8165f7e93dc834ecdcfe219fd06e92914a1be1ce
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 13 03:38:15 2017 -0700

    editor: less padding for properties
    
    This makes things closer to the editor sidebar.

 libide/editor/ide-editor-properties.ui |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/libide/editor/ide-editor-properties.ui b/libide/editor/ide-editor-properties.ui
index 2a64f40..0278c22 100644
--- a/libide/editor/ide-editor-properties.ui
+++ b/libide/editor/ide-editor-properties.ui
@@ -8,7 +8,7 @@
         <child>
           <object class="GtkBox">
             <property name="visible">true</property>
-            <property name="margin">12</property>
+            <property name="margin">6</property>
             <property name="orientation">vertical</property>
             <child>
               <object class="GtkBox">
@@ -260,10 +260,7 @@
               <object class="GtkLabel">
                 <property name="visible">true</property>
                 <property name="label" translatable="yes">Language Syntax</property>
-                <property name="margin-top">12</property>
-                <property name="margin-right">12</property>
-                <property name="margin-left">12</property>
-                <property name="margin-bottom">6</property>
+                <property name="margin">6</property>
                 <property name="xalign">0</property>
                 <style>
                   <class name="dim-label"/>
@@ -300,7 +297,7 @@
                           <object class="GtkCellRendererText" id="language_cell">
                             <property name="xalign">0.0</property>
                             <property name="ypad">3</property>
-                            <property name="xpad">12</property>
+                            <property name="xpad">6</property>
                           </object>
                         </child>
                       </object>


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