Skip to content

Commit

Permalink
Story Viewer Label: ensure sufficient top padding for text
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Vultraz committed Apr 15, 2017
1 parent e3e0320 commit 120aa0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/gui/widget/label_story_screen_title.cfg
Expand Up @@ -37,7 +37,8 @@ where box_width = {_GUI_ESTIMATE_TEXT_WIDTH})#enddef
[text]
#x = "{_GUI_CENTER_STORY_TEXT}"
x = 20
y = {GUI__TEXT_VERTICALLY_CENTRED}
#y = {GUI__TEXT_VERTICALLY_CENTRED}
y = 20
w = "(width)"
h = "(text_height)"
maximum_width = "(width)"
Expand All @@ -62,7 +63,7 @@ where box_width = {_GUI_ESTIMATE_TEXT_WIDTH})#enddef
min_height = 0

default_width = 0
default_height = 50
default_height = 100

max_width = 0
max_height = 0
Expand Down

0 comments on commit 120aa0e

Please sign in to comment.