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.
This commit is contained in:
Matthias Clasen 2014-05-21 20:09:46 -04:00
parent 8591f452f0
commit e6c050c06f

View File

@ -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>