diff options
| author | Igor <[email protected]> | 2020-08-07 20:52:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-07 20:52:22 -0400 |
| commit | c8ba1648bd2752ba647b09f164739a7c5ff83734 (patch) | |
| tree | 00124ff378826238f3338b3e4966ad1950c965e2 /resource/ui/hudspellselection.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/hudspellselection.res')
| -rw-r--r-- | resource/ui/hudspellselection.res | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/resource/ui/hudspellselection.res b/resource/ui/hudspellselection.res index b7567c2..f940d09 100644 --- a/resource/ui/hudspellselection.res +++ b/resource/ui/hudspellselection.res @@ -18,7 +18,7 @@ { "ControlName" "ImagePanel" "fieldName" "SpellIcon" - "xpos" "0" + "xpos" "25" "ypos" "0" "zpos" "7" "wide" "20" @@ -64,15 +64,14 @@ { "ControlName" "CExLabel" "fieldName" "CountText" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" + "font" "Cerbetica28" + "font_minmode" "Cerbetica16" "labelText" "%counttext%" "textAlignment" "center" "xpos" "0" - "ypos" "22" + "ypos" "0" "zpos" "1" - "xpos_minmode" "0" - "ypos_minmode" "20" + "xpos_minmode" "5" "wide" "20" "tall" "20" "fgcolor" "TanLight" @@ -82,8 +81,8 @@ { "ControlName" "CExLabel" "fieldName" "CountTextShadow" - "font" "CerbeticaBold28" - "font_minmode" "CerbeticaBold16" + "font" "Cerbetica28" + "font_minmode" "Cerbetica16" "labelText" "%counttext%" "textAlignment" "center" "xpos" "-2" |
