Reduce maximum width of search box: Closes #7093, Closes #7149

I went with 32 characters instead of 40, which seemed about right
to my eye.  By making the filler expandable, this also solved
This commit is contained in:
Jim Nelson 2013-06-25 13:41:17 -07:00
parent fca993fec7
commit 08a363ee1e

View file

@ -143,6 +143,7 @@
<object class="GtkToolItem" id="filler">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>
<child>
<placeholder/>
</child>
@ -162,6 +163,7 @@
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="invisible_char">•</property>
<property name="width_chars">32</property>
<property name="primary_icon_name">edit-find-symbolic</property>
<property name="secondary_icon_name">edit-clear-symbolic</property>
<property name="primary_icon_sensitive">False</property>
@ -169,7 +171,7 @@
</child>
</object>
<packing>
<property name="expand">True</property>
<property name="expand">False</property>
<property name="homogeneous">True</property>
</packing>
</child>