From 4a5d060381d6b35031c2fe91663af646e279ace8 Mon Sep 17 00:00:00 2001 From: Igor Nikitin Date: Wed, 8 Nov 2017 09:29:08 -0500 Subject: 20171108 - Fixed Win Panel Score Clipping --- resource/ui/winpanel.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/winpanel.res') 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" -- cgit v1.2.3