[glade3] * gladeui/glade-editor-property.c: Make all input widgets want to expand.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] * gladeui/glade-editor-property.c: Make all input widgets want to expand.
- Date: Wed, 29 Dec 2010 11:11:31 +0000 (UTC)
commit 45750bf825d3628bc8b9be6718cc45c21a90b180
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Wed Dec 29 20:16:58 2010 +0900
* gladeui/glade-editor-property.c: Make all input widgets want to expand.
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 cbd6b94..dea25c4 100644
--- a/gladeui/glade-editor-property.c
+++ b/gladeui/glade-editor-property.c
@@ -271,6 +271,7 @@ glade_editor_property_constructor (GType type,
/* Create the class specific input widget and add it */
eprop->input = GLADE_EDITOR_PROPERTY_GET_CLASS (eprop)->create_input (eprop);
+ gtk_widget_set_hexpand (eprop->input, TRUE);
gtk_widget_show (eprop->input);
/* Create the warning icon */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]