diff options
| author | RaysFire <[email protected]> | 2013-02-15 02:22:59 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-02-15 02:22:59 -0600 |
| commit | 762a7f117afef3600f9cb8de34bd18195177ec67 (patch) | |
| tree | aae302bad2741605ca36ea221ca9835779db589c /resource/ui | |
| parent | 289fff91889d4f9ac670f68045a6b316171e3ffb (diff) | |
Fixed health sliding off the top of the TargetID at res other than 1920x1080
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/SpectatorGUIHealth.res | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resource/ui/SpectatorGUIHealth.res b/resource/ui/SpectatorGUIHealth.res index 3e61040..d32b382 100644 --- a/resource/ui/SpectatorGUIHealth.res +++ b/resource/ui/SpectatorGUIHealth.res @@ -60,10 +60,10 @@ "ControlName" "CExLabel"
"fieldName" "PlayerStatusHealthValue"
"xpos" "2"
- "ypos" "12"
+ "ypos" "19"
"zpos" "5"
"wide" "40"
- "tall" "24"
+ "tall" "10"
"visible" "1"
"enabled" "1"
"labelText" "%Health%"
@@ -75,10 +75,10 @@ "ControlName" "CExLabel"
"fieldName" "PlayerStatusHealthValueBackground"
"xpos" "3"
- "ypos" "13"
+ "ypos" "20"
"zpos" "5"
"wide" "40"
- "tall" "24"
+ "tall" "10"
"visible" "1"
"enabled" "1"
"labelText" "%Health%"
|
