From 88f44555402d9a405cbbff6ac57bb463e2ee18f0 Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Fri, 12 Nov 2010 18:16:49 -0500 Subject: [PATCH] Fix for some gtk3 widget layout issues. --- data/ui/object-editor.ui | 23 +---------------------- src/ui-sidebar.c | 1 + 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/data/ui/object-editor.ui b/data/ui/object-editor.ui index 9fde5f1f..82136326 100644 --- a/data/ui/object-editor.ui +++ b/data/ui/object-editor.ui @@ -1,6 +1,6 @@ - + @@ -2314,27 +2314,6 @@ False - - - True - - - - - - 11 - - - - - True - label48 - - - 11 - False - - True diff --git a/src/ui-sidebar.c b/src/ui-sidebar.c index 68952315..ad0cba5c 100644 --- a/src/ui-sidebar.c +++ b/src/ui-sidebar.c @@ -143,6 +143,7 @@ gl_ui_sidebar_construct (glUISidebar *sidebar) gtk_box_pack_start (GTK_BOX (sidebar), sidebar->priv->editor, FALSE, FALSE, 0); gtk_widget_set_vexpand (GTK_WIDGET (sidebar->priv->editor), FALSE); + gtk_widget_set_hexpand (GTK_WIDGET (sidebar->priv->editor), FALSE); gl_debug (DEBUG_UI, "END"); } -- 2.39.5