From d9ef44adcf4a25672b338659bde99eab34e07b88 Mon Sep 17 00:00:00 2001 From: Ian Bruton Date: Sun, 4 Nov 2012 16:03:41 -0600 Subject: Fixed bottom of team names getting cut off --- resource/ui/winpanel.res | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'resource/ui/winpanel.res') diff --git a/resource/ui/winpanel.res b/resource/ui/winpanel.res index ab9e3f2..71908eb 100644 --- a/resource/ui/winpanel.res +++ b/resource/ui/winpanel.res @@ -49,9 +49,10 @@ "labelText" "%blueteamname%" "textAlignment" "west" "xpos" "4" - "ypos" "27" + "ypos" "23" + "zpos" "10" "wide" "75" - "tall" "20" + "tall" "28" "autoResize" "0" "pinCorner" "0" "visible" "1" @@ -100,9 +101,10 @@ "labelText" "%redteamname%" "textAlignment" "east" "xpos" "122" - "ypos" "27" + "ypos" "23" + "zpos" "10" "wide" "75" - "tall" "20" + "tall" "28" "autoResize" "0" "pinCorner" "0" "visible" "1" -- cgit v1.2.3