commit de091e6ceb0afc47d97efa68df5d19abebb42151
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Tue May 27 17:37:58 2014 -0400

    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.

diff --git a/src/frontends/qt4/ui/ModulesUi.ui 
b/src/frontends/qt4/ui/ModulesUi.ui
index 433b3d3..472a0a2 100644
--- a/src/frontends/qt4/ui/ModulesUi.ui
+++ b/src/frontends/qt4/ui/ModulesUi.ui
@@ -92,6 +92,9 @@
            <height>20</height>
           </size>
          </property>
+         <property name="sizeType">
+          <enum>QSizePolicy::Minimum</enum>
+         </property>
         </spacer>
        </item>
        <item>

Reply via email to