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:
Christopher Davis 2019-04-18 23:13:34 -04:00
parent 9e44188240
commit 54d2ce45d7

View file

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