[dconf-editor] Fix search box margin



commit d4e5fea2b1512cbc925ab867c908cf317201d1d0
Author: Trinh Anh Ngoc <atw1990 gmail com>
Date:   Fri Apr 17 23:17:33 2015 +0700

    Fix search box margin

 editor/dconf-editor.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-editor.ui b/editor/dconf-editor.ui
index d8ea9c0..66be016 100644
--- a/editor/dconf-editor.ui
+++ b/editor/dconf-editor.ui
@@ -13,7 +13,6 @@
         <property name="visible">True</property>
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
-        <property name="spacing">6</property>
         <child>
           <object class="GtkPaned">
             <property name="orientation">horizontal</property>
@@ -281,7 +280,8 @@
         <child>
           <object class="GtkBox" id="search_box">
             <property name="can_focus">False</property>
-            <property name="spacing">5</property>
+            <property name="border_width">6</property>
+            <property name="spacing">6</property>
             <child>
               <object class="GtkButton" id="search_box_close_button">
                 <property name="visible">True</property>


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