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:
parent
206675050d
commit
4d8cff6c40
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue