Skip to content

Commit

Permalink
Story Viewer: enforce at least 200 height for the story box
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Apr 9, 2017
1 parent dec0fd6 commit 53adf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/gui/window/story_viewer.cfg
Expand Up @@ -18,7 +18,7 @@

[spacer]
definition = "default"
height = "(screen_height / 4)"
height = "(max(200, screen_height / 4))"
[/spacer]

[/column]
Expand Down

0 comments on commit 53adf0b

Please sign in to comment.