Updated to the new style.

This commit is contained in:
Mark de Wever 2008-08-25 15:36:01 +00:00
parent b5ae677123
commit 653bee39bd

View file

@ -3,7 +3,7 @@
###
# FIXME we should use a background image instead of a filled rect.
#define RECT BORDER_COLOUR FILL_COLOUR
#define _GUI_RECT BORDER_COLOUR FILL_COLOUR
[rectangle]
x = 0
y = 0
@ -35,7 +35,7 @@
full_redraw = "true"
[draw]
{RECT "" "0, 0, 0, 255"}
{_GUI_RECT "" "0, 0, 0, 255"}
[/draw]
[/state_enabled]
@ -44,7 +44,7 @@
full_redraw = "true"
[draw]
{RECT "" "128, 128, 128, 255"}
{_GUI_RECT "" "128, 128, 128, 255"}
[/draw]
[/state_disabled]
@ -53,7 +53,7 @@
full_redraw = "true"
[draw]
{RECT "" "0, 0, 0, 255"}
{_GUI_RECT "" "0, 0, 0, 255"}
[/draw]
[/state_focussed]
@ -66,7 +66,7 @@
full_redraw = "true"
[draw]
{RECT "170, 136, 67, 255" "9, 33, 54, 255"}
{_GUI_RECT "170, 136, 67, 255" "9, 33, 54, 255"}
[/draw]
[/state_enabled_selected]
@ -75,7 +75,7 @@
full_redraw = "true"
[draw]
{RECT "170, 136, 67, 255" "128, 128, 128, 255"}
{_GUI_RECT "170, 136, 67, 255" "128, 128, 128, 255"}
[/draw]
[/state_disabled_selected]
@ -84,7 +84,7 @@
full_redraw = "true"
[draw]
{RECT "170, 136, 67, 255" "9, 33, 54, 255"}
{_GUI_RECT "170, 136, 67, 255" "9, 33, 54, 255"}
[/draw]
[/state_focussed_selected]
@ -93,4 +93,4 @@
[/toggle_panel_definition]
#undef RECT
#undef _GUI_RECT