diff options
Diffstat (limited to 'src/mame/layout/vfx.lay')
| -rw-r--r-- | src/mame/layout/vfx.lay | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/layout/vfx.lay b/src/mame/layout/vfx.lay index 0a754b21a59..b65002395c7 100644 --- a/src/mame/layout/vfx.lay +++ b/src/mame/layout/vfx.lay @@ -426,7 +426,9 @@ </element> <element name="plugin_warning" defstate="1"> - <rect name="Color(name='plugin_warning_background', _hex='#b2b2b2', _rgb=[0.6980392156862745, 0.6980392156862745, 0.6980392156862745])" state="1" /> + <rect state="1"> + <color red="0.69804" green="0.69804" blue="0.69804" /> + </rect> <text string="This view requires the layout plugin." align="0" state="1"> <color red="0.73333" green="0.17255" blue="0.17255" /> </text> |
