diff options
| author | CriticalFlaw <[email protected]> | 2019-04-06 13:54:46 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-06 13:54:46 -0400 |
| commit | fd911f0f86352de97434aac3dbde812124caf52d (patch) | |
| tree | 460d48020bb6c14fec54c86779f8d304d7c83f05 /resource/ui/HudCurrencyAccount.res | |
| parent | 581f8398788825c7f44825dd2c5118e3535de7c0 (diff) | |
| parent | 896d2088f4f926d5425e00b11ae85d7791eaba85 (diff) | |
Merge pull request #126 from raysfire/dev
v2019.0406
Diffstat (limited to 'resource/ui/HudCurrencyAccount.res')
| -rw-r--r-- | resource/ui/HudCurrencyAccount.res | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/resource/ui/HudCurrencyAccount.res b/resource/ui/HudCurrencyAccount.res index 1cd9a27..f5d4282 100644 --- a/resource/ui/HudCurrencyAccount.res +++ b/resource/ui/HudCurrencyAccount.res @@ -29,7 +29,7 @@ "tall" "20" "visible" "1" "enabled" "1" - "textAlignment" "west" + "textAlignment" "west" "labelText" "Currency" } @@ -38,7 +38,7 @@ "ControlName" "CExLabel" "fieldName" "Currency" "font" "Cerbetica14" - "fgcolor" "OmpText" + "fgcolor" "CreditsGreen" "xpos" "45" "ypos" "0" "zpos" "3" @@ -49,25 +49,4 @@ "textAlignment" "east" "labelText" "%currency%" } - - "CurrencyShadow" - { - "ControlName" "CExLabel" - "fieldName" "CurrencyShadow" - "xpos" "9999" - } - - "WhiteBG" - { - "ControlName" "EditablePanel" - "fieldName" "WhiteBG" - "xpos" "9999" - } - - "GreenBG" - { - "ControlName" "EditablePanel" - "fieldName" "WhiteBG" - "xpos" "9999" - } }
\ No newline at end of file |
