From fd8d47448bcb56fb69f36bdaef7e21619989fc24 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Sat, 20 Oct 2012 18:10:19 -0500 Subject: Fixed font not downsizing properly on 4:3 scoreboard --- 4_by_3_ratio/ScoreBoard.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '4_by_3_ratio') 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" -- cgit v1.2.3