diff options
| author | Ian Bruton <[email protected]> | 2012-11-04 16:03:41 -0600 |
|---|---|---|
| committer | Ian Bruton <[email protected]> | 2012-11-04 16:03:41 -0600 |
| commit | d9ef44adcf4a25672b338659bde99eab34e07b88 (patch) | |
| tree | e60f3a7ee2a104db8111b2980b779a0783490e34 /resource/ui | |
| parent | 93dbba4dda2ec84dc4663cc1d534ab0a25b8d126 (diff) | |
Fixed bottom of team names getting cut off
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/winpanel.res | 10 |
1 files changed, 6 insertions, 4 deletions
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"
|
