mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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.
This commit is contained in:
parent
ba603db942
commit
de091e6ceb
@ -92,6 +92,9 @@
|
||||
<height>20</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="sizeType">
|
||||
<enum>QSizePolicy::Minimum</enum>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user