GtkAppChooserDialog: Make the search entry wider

It was too narrow, and looked a bit odd.

https://bugzilla.gnome.org/show_bug.cgi?id=727147
This commit is contained in:
Matthias Clasen 2014-05-21 20:11:16 -04:00
parent e6c050c06f
commit 9ae12b15e9

View File

@ -18,6 +18,8 @@
<child>
<object class="GtkSearchEntry" id="search_entry">
<property name="visible">True</property>
<property name="hexpand">True</property>
<property name="max-width-chars">40</property>
</object>
</child>
</object>