Story Viewer: disabled title background for now
It's causing placement issues with some titles...
This commit is contained in:
parent
c452a4cc25
commit
e369e10eee
1 changed files with 4 additions and 3 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue