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:
parent
fca993fec7
commit
08a363ee1e
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue