[glade] GladeStringList: Make the treeview expand horizontally



commit 4a26b3c54f53c1cbb3d1351f0790c7a5e705ec86
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sat Apr 20 21:50:27 2013 +0900

    GladeStringList: Make the treeview expand horizontally

 plugins/gtk+/glade-string-list.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/plugins/gtk+/glade-string-list.c b/plugins/gtk+/glade-string-list.c
index aef7138..aad2482 100644
--- a/plugins/gtk+/glade-string-list.c
+++ b/plugins/gtk+/glade-string-list.c
@@ -614,6 +614,8 @@ glade_eprop_string_list_create_input (GladeEditorProperty * eprop)
   gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (swindow), GTK_SHADOW_IN);
   gtk_container_add (GTK_CONTAINER (swindow), eprop_string_list->view);
 
+  gtk_widget_set_hexpand (swindow, TRUE);
+
   gtk_widget_show (eprop_string_list->view);
   gtk_widget_show (swindow);
 


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