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/freezepanel_basic.res | |
| parent | 21fed14fc11e2021ff767e2bec34d8d0fa20715f (diff) | |
| parent | e391ac81598292127c356fcb6adbd83db72c5888 (diff) | |
Merge pull request #149 from raysfire/dev
v2020.0808
Diffstat (limited to 'resource/ui/freezepanel_basic.res')
| -rw-r--r-- | resource/ui/freezepanel_basic.res | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/resource/ui/freezepanel_basic.res b/resource/ui/freezepanel_basic.res index ff8e67d..2e7f8cc 100644 --- a/resource/ui/freezepanel_basic.res +++ b/resource/ui/freezepanel_basic.res @@ -41,7 +41,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 100" + "fillcolor" "TransparentBlack" } "TitleBackground" @@ -57,7 +57,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - "fillcolor" "0 0 0 100" + "fillcolor" "TransparentBlack" } "itemmodelpanel" @@ -72,7 +72,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemLabel" - "font" "Cerbetica12" + "font" "HudFontSmall" "xpos" "10" "ypos" "3" "zpos" "1" @@ -138,8 +138,8 @@ { "ControlName" "Label" "fieldName" "FreezeLabel" - "font" "Cerbetica12" - "xpos" "40" + "font" "HudFontSmall" + "xpos" "25" "ypos" "15" "zpos" "1" "wide" "198" @@ -149,7 +149,7 @@ "visible" "1" "enabled" "1" "labelText" "#FreezePanel_Killer" - "textAlignment" "west" + "textAlignment" "center" "dulltext" "0" "brighttext" "0" } @@ -176,9 +176,9 @@ { "ControlName" "CExLabel" "fieldName" "FreezeLabelKiller" - "font" "Cerbetica12" - "xpos" "42" - "ypos" "28" + "font" "HudFontSmall" + "xpos" "25" + "ypos" "30" "zpos" "1" "wide" "196" "tall" "15" |
