mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
filechooserwidget: Let the rename entry hexpand
This makes a difference with other locals where error messages are longer than the standard width of entry+spacing+button. https://bugzilla.gnome.org/show_bug.cgi?id=775636
This commit is contained in:
parent
3830083213
commit
20d47e2a6c
@ -402,6 +402,7 @@
|
||||
<object class="GtkEntry" id="new_folder_name_entry">
|
||||
<property name="width-chars">25</property>
|
||||
<property name="activates-default">1</property>
|
||||
<property name="hexpand">true</property>
|
||||
<signal name="changed" handler="new_folder_name_changed"/>
|
||||
</object>
|
||||
<packing>
|
||||
|
Loading…
Reference in New Issue
Block a user