forked from AuroraMiddleware/gtk
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:
parent
e6c050c06f
commit
9ae12b15e9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user