From 14912d2b2e8f6f14b58731cf3c1e1afde4574ffc Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Fri, 13 Apr 2018 21:59:44 -0400 Subject: Fixed Competitive MMR not displaying (#98) --- resource/ui/pvprankpanel.res | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'resource') diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index 258cd40..4762987 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -301,7 +301,7 @@ "ControlName" "EditablePanel" "fieldName" "StatsContainer" "xpos" "0" - "ypos" "30" + "ypos" "0" "wide" "170" "tall" "f0" "proportionaltoparent" "1" @@ -318,9 +318,9 @@ "Controlname" "EditablePanel" "fieldName" "XPBar" "xpos" "0" - "ypos" "0" + "ypos" "rs1-13" "wide" "170" - "tall" "30" + "tall" "35" "proportionaltoparent" "1" if_mini @@ -334,21 +334,29 @@ { "ControlName" "Label" "fieldName" "CurrentXPLabel" - "xpos" "0" - "ypos" "rs1" + "xpos" "15" + "ypos" "rs1-11" "zpos" "0" - "wide" "100" + "wide" "140" "tall" "20" "visible" "0" "enabled" "1" "font" "ItemFontAttribSmall" - "fgcolor_override" "TanLight" - "textAlignment" "south-west" + "fgcolor_override" "255 255 255 255" + "textAlignment" "center" "labelText" "%current_xp%" "proportionaltoparent" "1" if_mini { + "xpos" "0" + "ypos" "rs1" + "zpos" "0" + "wide" "100" + "tall" "20" + "font" "ItemFontAttribSmall" + "fgcolor_override" "TanLight" + "textAlignment" "south-west" "visible" "1" } } @@ -381,7 +389,7 @@ "Controlname" "EditablePanel" "fieldName" "ProgressBarsContainer" "xpos" "35" - "ypos" "0" + "ypos" "rs1-10" "wide" "100" "tall" "7" "proportionaltoparent" "1" -- cgit v1.2.3