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 From 6a84e1117b257217344eddce009dc470c3c9440b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 6 Dec 2017 21:06:54 -0500 Subject: 20171206 - Miscellenaous Formatting Tweaks --- resource/ui/winpanel.res | 44 +++++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 15 deletions(-) (limited to 'resource/ui/winpanel.res') diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index 09e5a36..1da481b 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -24,7 +24,6 @@ "enabled" "1" "fillcolor" "70 130 180 153" "scaleImage" "1" - } "RedScoreBG" { @@ -57,7 +56,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "BlueTeamScore" { "ControlName" "CExLabel" @@ -82,8 +81,8 @@ "font" "Cerbetica44" "labelText" "%blueteamscore%" "textAlignment" "east" - "xpos" "17" - "ypos" "-17" + "xpos" "-2" + "ypos" "-2" "zpos" "3" "wide" "80" "tall" "70" @@ -92,6 +91,10 @@ "visible" "1" "enabled" "1" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "BlueTeamScore" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "BlueLeaderAvatar" { @@ -107,7 +110,7 @@ "image" "" "scaleImage" "1" "color_outline" "52 48 45 255" - } + } "RedTeamLabel" { "ControlName" "CExLabel" @@ -124,7 +127,7 @@ "pinCorner" "0" "visible" "1" "enabled" "1" - } + } "RedTeamScore" { "ControlName" "CExLabel" @@ -149,8 +152,8 @@ "font" "Cerbetica44" "labelText" "%redteamscore%" "textAlignment" "west" - "xpos" "107" - "ypos" "-17" + "xpos" "-2" + "ypos" "-2" "zpos" "2" "wide" "80" "tall" "70" @@ -159,6 +162,10 @@ "visible" "1" "enabled" "1" "fgcolor" "TransparentBlack" + + "pin_to_sibling" "RedTeamScore" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "RedLeaderAvatar" { @@ -174,8 +181,7 @@ "image" "" "scaleImage" "1" "color_outline" "52 48 45 255" - } - + } } "WinPanelBGBorder" { @@ -235,8 +241,8 @@ "fieldName" "WinningTeamLabelDropshadow" "font" "CerbeticaBold20" "fgcolor" "TransparentBlack" - "xpos" "11" - "ypos" "55" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "180" "tall" "40" @@ -248,6 +254,10 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" + + "pin_to_sibling" "WinningTeamLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "AdvancingTeamLabel" { @@ -274,8 +284,8 @@ "fieldName" "AdvancingTeamLabelDropshadow" "font" "CerbeticaBold20" "fgcolor" "black" - "xpos" "10" - "ypos" "60" + "xpos" "-1" + "ypos" "-1" "zpos" "1" "wide" "180" "tall" "20" @@ -287,6 +297,10 @@ "textAlignment" "Center" "dulltext" "0" "brighttext" "0" + + "pin_to_sibling" "AdvancingTeamLabel" + "pin_corner_to_sibling" "PIN_TOPLEFT" + "pin_to_sibling_corner" "PIN_TOPLEFT" } "WinReasonLabel" { @@ -787,4 +801,4 @@ "dulltext" "0" "brighttext" "0" } -} +} \ No newline at end of file -- cgit v1.2.3