[glade] GladeEditorProperty: Stock icon editor combo expands in it's box



commit 79870f076be03369ba2fa82a295029ef38976e1c
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Sun May 5 20:37:55 2013 +0900

    GladeEditorProperty: Stock icon editor combo expands in it's box

 gladeui/glade-editor-property.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gladeui/glade-editor-property.c b/gladeui/glade-editor-property.c
index 957980c..863ce7f 100644
--- a/gladeui/glade-editor-property.c
+++ b/gladeui/glade-editor-property.c
@@ -2242,6 +2242,7 @@ glade_eprop_text_create_input (GladeEditorProperty *eprop)
 
       gtk_widget_set_halign (hbox, GTK_ALIGN_START);
       gtk_widget_set_valign (hbox, GTK_ALIGN_CENTER);
+      gtk_widget_set_hexpand (combo, TRUE);
       
       eprop_text->store = (GtkTreeModel *)
           glade_eprop_text_create_store (glade_property_class_stock (klass) ? 


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