diff options
| author | piman <[email protected]> | 2021-03-27 11:40:45 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-27 11:40:45 -0400 |
| commit | 782b7f6a6681a6f9c2a34b8cc3afae124d8e2a58 (patch) | |
| tree | 88f8040f1021f7b22e8e013fcba1af348b7efd30 /resource/ui/pvprankpanel.res | |
| parent | 7f0aed2689c1f120829424dba8b66b4b77d1418d (diff) | |
Fix Competitive MMR not displaying
The fix to Issue #98 was reverted later, causing the bug to appear again.
Diffstat (limited to 'resource/ui/pvprankpanel.res')
| -rw-r--r-- | resource/ui/pvprankpanel.res | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index 26c72f2..cd8ce33 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -290,7 +290,7 @@ "ControlName" "EditablePanel" "fieldName" "StatsContainer" "xpos" "0" - "ypos" "10" + "ypos" "0" "wide" "260" "tall" "f0" "proportionaltoparent" "1" @@ -307,7 +307,7 @@ "Controlname" "EditablePanel" "fieldName" "XPBar" "xpos" "0" - "ypos" "rs1-63" + "ypos" "rs1-13" "wide" "170" "tall" "35" "proportionaltoparent" "1" @@ -323,22 +323,30 @@ { "ControlName" "Label" "fieldName" "CurrentXPLabel" - "xpos" "35" - "ypos" "rs1" + "xpos" "15" + "ypos" "rs1-11" "zpos" "0" - "wide" "50" + "wide" "140" "tall" "10" "visible" "1" "enabled" "1" "font" "ItemFontAttribSmall" - "fgcolor_override" "TanLight" - "textAlignment" "west" + "fgcolor_override" "255 255 255 255" + "textAlignment" "center" "labelText" "%current_xp%" "proportionaltoparent" "1" if_mini { - "xpos" "40" + "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" "ProgressBar" "fieldName" "ProgressBar" - "xpos" "0" + "xpos" "rs1-10" "ypos" "cs-0.5" "wide" "f0" "tall" "f-2" @@ -585,4 +593,4 @@ } } } -}
\ No newline at end of file +} |
