aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-10 14:05:14 +0000
committerJohannes Schickel2009-08-10 14:05:14 +0000
commitd8b2baee97f762c491d4f58d263b17af791d73fc (patch)
tree3d1576e79473c417ed6a21a08617b0bf602e1348 /gui/themes/scummmodern
parentf812d0e7b744910e9df5525f71238078794a8fab (diff)
downloadscummvm-rg350-d8b2baee97f762c491d4f58d263b17af791d73fc.tar.gz
scummvm-rg350-d8b2baee97f762c491d4f58d263b17af791d73fc.tar.bz2
scummvm-rg350-d8b2baee97f762c491d4f58d263b17af791d73fc.zip
Rename 'font_color' attribute for 'text' draw step to 'text_color'.
svn-id: r43206
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r--gui/themes/scummmodern/scummmodern_gfx.stx22
1 files changed, 11 insertions, 11 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx
index 03e3a45a30..6a3ab0c233 100644
--- a/gui/themes/scummmodern/scummmodern_gfx.stx
+++ b/gui/themes/scummmodern/scummmodern_gfx.stx
@@ -288,7 +288,7 @@
<!-- Active tab in the tabs list -->
<drawdata id = 'tab_active' cache = 'false'>
<text font = 'text_default'
- font_color = 'color_normal'
+ text_color = 'color_normal'
vertical_align = 'center'
horizontal_align = 'center'
/>
@@ -305,7 +305,7 @@
<!-- Inactive tab in the tabs list -->
<drawdata id = 'tab_inactive' cache = 'false'>
<text font = 'text_default'
- font_color = 'color_normal'
+ text_color = 'color_normal'
vertical_align = 'center'
horizontal_align = 'center'
/>
@@ -397,7 +397,7 @@
orientation = 'bottom'
/>
<text font = 'text_default'
- font_color = 'color_normal'
+ text_color = 'color_normal'
vertical_align = 'center'
horizontal_align = 'left'
/>
@@ -421,7 +421,7 @@
orientation = 'bottom'
/>
<text font = 'text_default'
- font_color = 'color_normal_disabled'
+ text_color = 'color_normal_disabled'
vertical_align = 'center'
horizontal_align = 'left'
/>
@@ -448,7 +448,7 @@
orientation = 'bottom'
/>
<text font = 'text_default'
- font_color = 'color_normal_hover'
+ text_color = 'color_normal_hover'
vertical_align = 'center'
horizontal_align = 'left'
/>
@@ -502,7 +502,7 @@
<!-- Idle button -->
<drawdata id = 'button_idle' cache = 'false'>
<text font = 'text_button'
- font_color = 'color_button'
+ text_color = 'color_button'
vertical_align = 'center'
horizontal_align = 'center'
/>
@@ -522,7 +522,7 @@
<!-- Hovered button -->
<drawdata id = 'button_hover' cache = 'false'>
<text font = 'text_button'
- font_color = 'color_button_hover'
+ text_color = 'color_button_hover'
vertical_align = 'center'
horizontal_align = 'center'
/>
@@ -542,7 +542,7 @@
<!-- Disabled button -->
<drawdata id = 'button_disabled' cache = 'false'>
<text font = 'text_button'
- font_color = 'color_button_disabled'
+ text_color = 'color_button_disabled'
vertical_align = 'center'
horizontal_align = 'center'
/>
@@ -562,7 +562,7 @@
<!-- Disabled checkbox -->
<drawdata id = 'checkbox_disabled' cache = 'false'>
<text font = 'text_default'
- font_color = 'color_normal_disabled'
+ text_color = 'color_normal_disabled'
vertical_align = 'top'
horizontal_align = 'left'
/>
@@ -574,7 +574,7 @@
<!-- Selected checkbox -->
<drawdata id = 'checkbox_selected' cache = 'false'>
<text font = 'text_default'
- font_color = 'color_normal'
+ text_color = 'color_normal'
vertical_align = 'top'
horizontal_align = 'left'
/>
@@ -586,7 +586,7 @@
<!-- Idle checkbox -->
<drawdata id = 'checkbox_default' cache = 'false'>
<text font = 'text_default'
- font_color = 'color_normal'
+ text_color = 'color_normal'
vertical_align = 'top'
horizontal_align = 'left'
/>