Merge branch 'standardize_ui' of github.com:KoffeinFlummi/ACE3 into standardize_ui

This commit is contained in:
Glowbal 2015-02-22 11:19:46 +01:00
commit 47e27d7be3

View File

@ -104,7 +104,7 @@ class ACE_Settings {
values[] = {"Hide", "Top right, downwards", "Top right, to the left", "Top left, downwards", "Top left, to the right"};
};
class GVAR(displayTextColor) {
value[] = {0,0,0,0};
value[] = {0,0,0,0.1};
typeName = "COLOR";
isClientSetable = 1;
displayName = "$STR_ACE_Common_SettingDisplayTextColorName";