[geary/wip/christopherdavis/conversation-search-width] conversation-viewer: set searchentry width to same as inbox's



commit a991661e0b5c798456917af47052c9fcea584a5e
Author: Christopher Davis <brainblasted disroot org>
Date:   Thu Apr 18 23:13:34 2019 -0400

    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

 ui/conversation-viewer.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/ui/conversation-viewer.ui b/ui/conversation-viewer.ui
index a47567ab..8972d4b9 100644
--- a/ui/conversation-viewer.ui
+++ b/ui/conversation-viewer.ui
@@ -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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]