gui2/game_version: Increase maximum dialog height
I can see this dialog running out of vertical space on my Wine configuration and winding up a victim of the dreaded Dialog-Wide Scrollbar Syndrome. [ci skip]
This commit is contained in:
parent
3995752782
commit
845a45da32
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@
|
|||
|
||||
click_dismiss = true
|
||||
maximum_width = 650
|
||||
maximum_height = 500
|
||||
maximum_height = 600
|
||||
|
||||
[tooltip]
|
||||
id = "tooltip"
|
||||
|
|
Loading…
Add table
Reference in a new issue