From 554266756a638ad0ee161decfe07bb86b8bc4b3f Mon Sep 17 00:00:00 2001 From: Jim Evins Date: Sun, 19 Dec 2010 23:40:22 -0500 Subject: [PATCH] Fix vertical expansion of various widgets Gtk3 has new behavior for expansion of widgets. This commit turns off vertical expansion for various widgets created with builder UI files. These properties have been added manually to these files, so they could be easily wiped out by editing them with glade. --- data/ui/object-editor.ui | 5 +++++ data/ui/print-op-dialog-custom-widget.ui | 2 ++ 2 files changed, 7 insertions(+) diff --git a/data/ui/object-editor.ui b/data/ui/object-editor.ui index ae36eec3..582a19e0 100644 --- a/data/ui/object-editor.ui +++ b/data/ui/object-editor.ui @@ -754,6 +754,7 @@ True 6 + False True @@ -874,6 +875,7 @@ True 12 + False True @@ -1313,6 +1315,7 @@ 2 6 6 + False True @@ -1404,6 +1407,7 @@ True 12 + False True @@ -2001,6 +2005,7 @@ True 12 + False True diff --git a/data/ui/print-op-dialog-custom-widget.ui b/data/ui/print-op-dialog-custom-widget.ui index e32a149b..f6662b5f 100644 --- a/data/ui/print-op-dialog-custom-widget.ui +++ b/data/ui/print-op-dialog-custom-widget.ui @@ -52,10 +52,12 @@ True 12 + False True 12 + False True -- 2.39.5