fix fallback [OptionRow] ColorNotSelected and ColorDisabled to be more distinguished.

This commit is contained in:
AJ Kelly
2011-10-27 01:06:59 -05:00
parent 4d759f7fce
commit ebe0814f8b
+2 -2
View File
@@ -659,8 +659,8 @@ ItemLoseFocusCommand=
TweenSeconds=0.2
ModIconMetricsGroup="ModIcon"
ColorSelected=color("1,1,1,1")
ColorNotSelected=color("0.9,0.9,0.9,1")
ColorDisabled=color("0.5,0.5,0.5,1")
ColorNotSelected=color("0.5,0.5,0.5,1")
ColorDisabled=color("0.25,0.25,0.25,1")
[OptionRowService]
Fallback="OptionRow"