conversation-viewer: set searchentry width to same as inbox's
Previously our search entry for conversations was too small for the placeholder text, and looked awkward in comparison to the entry for searching messages. Now we set them to have the same width-chars. Fixes https://gitlab.gnome.org/GNOME/geary/issues/390
This commit is contained in:
parent
9e44188240
commit
54d2ce45d7
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@
|
|||
<property name="primary_icon_activatable">False</property>
|
||||
<property name="primary_icon_sensitive">False</property>
|
||||
<property name="placeholder_text" translatable="yes">Find in conversation</property>
|
||||
<property name="width_chars">28</property>
|
||||
<signal name="search-changed" handler="on_find_text_changed" swapped="no"/>
|
||||
</object>
|
||||
<packing>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue