Story Viewer: disabled title background for now

It's causing placement issues with some titles...
This commit is contained in:
Charles Dang 2017-04-11 03:37:18 +11:00
parent c452a4cc25
commit e369e10eee

View file

@ -35,7 +35,8 @@ where box_width = {_GUI_ESTIMATE_TEXT_WIDTH})#enddef
#define _GUI_TEXT MODE
[text]
x = "{_GUI_CENTER_STORY_TEXT}"
#x = "{_GUI_CENTER_STORY_TEXT}"
x = 20
y = {GUI__TEXT_VERTICALLY_CENTRED}
w = "(width)"
h = "(text_height)"
@ -73,7 +74,7 @@ where box_width = {_GUI_ESTIMATE_TEXT_WIDTH})#enddef
[state_enabled]
[draw]
{_GUI_BACKGROUND}
#{_GUI_BACKGROUND}
{_GUI_TEXT ENABLED}
[/draw]
@ -82,7 +83,7 @@ where box_width = {_GUI_ESTIMATE_TEXT_WIDTH})#enddef
[state_disabled]
[draw]
{_GUI_BACKGROUND}
#{_GUI_BACKGROUND}
{_GUI_TEXT DISABLED}
[/draw]