diff options
| author | Igor Nikitin <[email protected]> | 2017-11-08 09:29:08 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-08 09:29:08 -0500 |
| commit | 4a5d060381d6b35031c2fe91663af646e279ace8 (patch) | |
| tree | 205b88b50af5fab1d95e96ddc3de1a73a04ae48d | |
| parent | 53eed3df7566def88b24ad2507ebf1c73add966a (diff) | |
20171108 - Fixed Win Panel Score Clipping
| -rw-r--r-- | resource/ui/winpanel.res | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 276f8da..09e5a36 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -62,7 +62,7 @@ {
"ControlName" "CExLabel"
"fieldName" "BlueTeamScore"
- "font" "Cerbetica48"
+ "font" "Cerbetica44"
"labelText" "%blueteamscore%"
"textAlignment" "east"
"xpos" "15"
@@ -79,7 +79,7 @@ {
"ControlName" "CExLabel"
"fieldName" "BlueTeamScoreDropshadow"
- "font" "Cerbetica48"
+ "font" "Cerbetica44"
"labelText" "%blueteamscore%"
"textAlignment" "east"
"xpos" "17"
@@ -129,7 +129,7 @@ {
"ControlName" "CExLabel"
"fieldName" "RedTeamScore"
- "font" "Cerbetica48"
+ "font" "Cerbetica44"
"labelText" "%redteamscore%"
"textAlignment" "west"
"xpos" "105"
@@ -146,7 +146,7 @@ {
"ControlName" "CExLabel"
"fieldName" "RedTeamScoreDropshadow"
- "font" "Cerbetica48"
+ "font" "Cerbetica44"
"labelText" "%redteamscore%"
"textAlignment" "west"
"xpos" "107"
|
