[gtk+] searchbar: Add some spacing



commit e6c050c06f53da4df6284e8088518d50e867077d
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed May 21 20:09:46 2014 -0400

    searchbar: Add some spacing
    
    When showing the close button, and placing a wide entry in the
    middle, there was no separation at all. Fix this by setting
    some spacing.

 gtk/resources/ui/gtksearchbar.ui |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/resources/ui/gtksearchbar.ui b/gtk/resources/ui/gtksearchbar.ui
index 93e7706..d8b100b 100644
--- a/gtk/resources/ui/gtksearchbar.ui
+++ b/gtk/resources/ui/gtksearchbar.ui
@@ -14,7 +14,8 @@
           <object class="GtkBox" id="tool_box">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="border_width">5</property>
+            <property name="border_width">6</property>
+            <property name="spacing">6</property>
             <child>
               <object class="GtkBox" id="box_left">
                 <property name="visible">True</property>


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