Story Viewer Label: ensure sufficient top padding for text
[ci skip]
This commit is contained in:
parent
e3e0320ff0
commit
120aa0e6ca
1 changed files with 3 additions and 2 deletions
|
@ -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)"
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue