gui2/preferences: Increase window height to accomodate the sidebar

This is specifically meant to address the sidebar gaining a short
vertical scrollbar at higher resolutions because of button sizes
increasing slightly.
This commit is contained in:
Iris Morelle 2021-02-20 14:07:03 -03:00
parent 206675050d
commit 4d8cff6c40

View file

@ -130,7 +130,7 @@
definition = "default"
# The hotkey list will always want to be as tall as possible, which causes a lot of blank space on the other tabs. Limit the height so that the "General" tab fits the content tightly with non-HDPI fonts, and looks reasonable with HDPI fonts.
maximum_height = "({GUI_SCALE_RESOLUTION 600})"
maximum_height = "({GUI_SCALE_RESOLUTION 610})"
[linked_group]
id = "page_icon"