From 762a7f117afef3600f9cb8de34bd18195177ec67 Mon Sep 17 00:00:00 2001 From: RaysFire Date: Fri, 15 Feb 2013 02:22:59 -0600 Subject: Fixed health sliding off the top of the TargetID at res other than 1920x1080 --- resource/ui/SpectatorGUIHealth.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui') 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%" -- cgit v1.2.3