GUI2/Story Screen: only use area between images for Skip text
This commit is contained in:
parent
7f814b1e7e
commit
6c885c5db4
1 changed files with 4 additions and 0 deletions
|
@ -111,6 +111,10 @@
|
|||
text_markup = "(text_markup)"
|
||||
outline = true
|
||||
actions = "( set_var('tw', text_width) )"
|
||||
|
||||
# w will specify the maximum area in which the text is fit.
|
||||
# This allows us to truncate that area.
|
||||
maximum_width = "(width - (iw * 2) - 5)"
|
||||
[/text]
|
||||
#enddef
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue