diff options
| author | CriticalFlaw <[email protected]> | 2018-04-13 21:59:44 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2018-04-13 21:59:44 -0400 |
| commit | 14912d2b2e8f6f14b58731cf3c1e1afde4574ffc (patch) | |
| tree | 618e4a299e09748e03cf1274cdda6fb270525ca9 /resource/ui/pvprankpanel.res | |
| parent | bad043269f66782715a807fe625ff2a76a3c8b97 (diff) | |
Fixed Competitive MMR not displaying (#98)
Diffstat (limited to 'resource/ui/pvprankpanel.res')
| -rw-r--r-- | resource/ui/pvprankpanel.res | 26 |
1 files changed, 17 insertions, 9 deletions
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" |
