From 61da51fda97b0d38dc61e94d364301eee45126c5 Mon Sep 17 00:00:00 2001 From: ibruton Date: Fri, 29 Apr 2016 18:59:26 -0500 Subject: Fixed itempanel cutting off some elements when spectating a player --- minmode/resource/ui/Spectator.res | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'minmode/resource/ui/Spectator.res') diff --git a/minmode/resource/ui/Spectator.res b/minmode/resource/ui/Spectator.res index ed2cd8a..e9adf6a 100644 --- a/minmode/resource/ui/Spectator.res +++ b/minmode/resource/ui/Spectator.res @@ -299,10 +299,10 @@ { "ControlName" "CItemModelPanel" "fieldName" "itempanel" - "xpos" "0" - "ypos" "0" + "xpos" "r249" + "ypos" "c50" "zpos" "10" - "wide" "190" + "wide" "240" "tall" "100" "visible" "0" "bgcolor_override" "255 255 255 0" @@ -315,7 +315,7 @@ "text_xpos" "10" "text_ypos" "10" - "text_wide" "170" + "text_wide" "220" "text_center" "1" "max_text_height" "100" @@ -381,7 +381,6 @@ "brighttext" "0" } } - "spectator_extras" { "ControlName" "EditablePanel" -- cgit v1.2.3