forked from AuroraMiddleware/gtk
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:
parent
8591f452f0
commit
e6c050c06f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user