summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bruton <[email protected]>2012-10-20 18:10:19 -0500
committerIan Bruton <[email protected]>2012-10-20 18:10:19 -0500
commitfd8d47448bcb56fb69f36bdaef7e21619989fc24 (patch)
tree894f853a923142bb546b8d1aea33edb7695dc225
parent7b15b17f1583aea39f8bca8ab78a75ec2f00b57d (diff)
Fixed font not downsizing properly on 4:3 scoreboard
-rw-r--r--4_by_3_ratio/ScoreBoard.res10
1 files changed, 5 insertions, 5 deletions
diff --git a/4_by_3_ratio/ScoreBoard.res b/4_by_3_ratio/ScoreBoard.res
index 9f8b656..70733e4 100644
--- a/4_by_3_ratio/ScoreBoard.res
+++ b/4_by_3_ratio/ScoreBoard.res
@@ -15,7 +15,7 @@
"tabPosition" "0"
"avatar_width" "54"
"name_width" "75"
- "name_width_minmode" "75"
+ "name_width_minmode""75"
"status_width" "15"
"nemesis_width" "15"
"class_width" "15"
@@ -182,7 +182,7 @@
{
"ControlName" "CExLabel"
"fieldName" "BlueTeamScore"
- "font" "Cerbetica72"
+ "font" "Cerbetica56"
"labelText" "%blueteamscore%"
"textAlignment" "east"
"xpos" "c22"
@@ -206,7 +206,7 @@
{
"ControlName" "CExLabel"
"fieldName" "BlueTeamScoreDropshadow"
- "font" "Cerbetica72"
+ "font" "Cerbetica56"
"fgcolor" "Black"
"labelText" "%blueteamscore%"
"textAlignment" "east"
@@ -278,7 +278,7 @@
{
"ControlName" "CExLabel"
"fieldName" "RedTeamScore"
- "font" "Cerbetica72"
+ "font" "Cerbetica56"
"labelText" "%redteamscore%"
"textAlignment" "west"
"textAlignment_minmode" "east"
@@ -305,7 +305,7 @@
{
"ControlName" "CExLabel"
"fieldName" "RedTeamScoreDropshadow"
- "font" "Cerbetica72"
+ "font" "Cerbetica56"
"fgcolor" "Black"
"labelText" "%redteamscore%"
"textAlignment" "west"