From de091e6ceb0afc47d97efa68df5d19abebb42151 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 27 May 2014 17:37:58 -0400 Subject: [PATCH] Expand module names instead of buttons in settings Maximizing the document settings window when on the modules pane, the horizontal space is now given to the module names and so no scrollbar is needed. Before, even when maximized, a scrollbar was sometimes needed because the horizontal space was given to the buttons in the middle, which did not provide an extra benefit. The default sizeType was "Expanding" and is now changed to "Minimum" for the horizontal spacer above the middle buttons. --- src/frontends/qt4/ui/ModulesUi.ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frontends/qt4/ui/ModulesUi.ui b/src/frontends/qt4/ui/ModulesUi.ui index 433b3d3cf0..472a0a22c2 100644 --- a/src/frontends/qt4/ui/ModulesUi.ui +++ b/src/frontends/qt4/ui/ModulesUi.ui @@ -92,6 +92,9 @@ 20 + + QSizePolicy::Minimum +