mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 01:51:46 +00:00
Story Viewer: enforce at least 200 height for the story box
[ci skip]
This commit is contained in:
parent
dec0fd6dfd
commit
53adf0ba1a
@ -18,7 +18,7 @@
|
||||
|
||||
[spacer]
|
||||
definition = "default"
|
||||
height = "(screen_height / 4)"
|
||||
height = "(max(200, screen_height / 4))"
|
||||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
Loading…
x
Reference in New Issue
Block a user