[gtk+] filechooserwidget: Let the rename entry hexpand



commit 20d47e2a6c41a28c00626f7bbc2375929e9a8be1
Author: Timm Bäder <mail baedert org>
Date:   Sat Feb 4 10:49:43 2017 +0100

    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

 gtk/ui/gtkfilechooserwidget.ui |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/ui/gtkfilechooserwidget.ui b/gtk/ui/gtkfilechooserwidget.ui
index eb021be..40e688b 100644
--- a/gtk/ui/gtkfilechooserwidget.ui
+++ b/gtk/ui/gtkfilechooserwidget.ui
@@ -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>


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