From: Jim Evins Date: Fri, 12 Nov 2010 23:16:49 +0000 (-0500) Subject: Fix for some gtk3 widget layout issues. X-Git-Tag: glabels-2_3_1~141^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88f44555402d9a405cbbff6ac57bb463e2ee18f0;p=glabels Fix for some gtk3 widget layout issues. --- 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"); }