[glade] GladeEditorProperty: Make text properties hexpand when multiline
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade] GladeEditorProperty: Make text properties hexpand when multiline
- Date: Sat, 13 Apr 2013 17:51:18 +0000 (UTC)
commit e04dfad59deadd9db157efe8ab37d0d1d5105824
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Sat Apr 13 23:12:24 2013 +0900
GladeEditorProperty: Make text properties hexpand when multiline
gladeui/glade-editor-property.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gladeui/glade-editor-property.c b/gladeui/glade-editor-property.c
index 19c41fa..0777588 100644
--- a/gladeui/glade-editor-property.c
+++ b/gladeui/glade-editor-property.c
@@ -2214,6 +2214,8 @@ glade_eprop_text_create_input (GladeEditorProperty *eprop)
gtk_widget_show_all (swindow);
+ gtk_widget_set_hexpand (swindow, TRUE);
+
g_signal_connect (G_OBJECT (buffer), "changed",
G_CALLBACK (glade_eprop_text_buffer_changed), eprop);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]