diff options
| author | piman <[email protected]> | 2021-03-27 14:33:50 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-27 14:33:50 -0400 |
| commit | dee3b053fea3d158f2651c6e4be85f381f24c8c8 (patch) | |
| tree | 6668cf39867f62e79d8fdf86f78eb03beff73c92 | |
| parent | 782b7f6a6681a6f9c2a34b8cc3afae124d8e2a58 (diff) | |
Remove needed changes
Fix issue with competitive stats
| -rw-r--r-- | resource/ui/pvprankpanel.res | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/resource/ui/pvprankpanel.res b/resource/ui/pvprankpanel.res index cd8ce33..8fc6810 100644 --- a/resource/ui/pvprankpanel.res +++ b/resource/ui/pvprankpanel.res @@ -290,7 +290,7 @@ "ControlName" "EditablePanel" "fieldName" "StatsContainer" "xpos" "0" - "ypos" "0" + "ypos" "10" "wide" "260" "tall" "f0" "proportionaltoparent" "1" @@ -307,7 +307,7 @@ "Controlname" "EditablePanel" "fieldName" "XPBar" "xpos" "0" - "ypos" "rs1-13" + "ypos" "rs1-63" "wide" "170" "tall" "35" "proportionaltoparent" "1" @@ -324,14 +324,14 @@ "ControlName" "Label" "fieldName" "CurrentXPLabel" "xpos" "15" - "ypos" "rs1-11" + "ypos" "rs1-20" "zpos" "0" "wide" "140" "tall" "10" "visible" "1" "enabled" "1" "font" "ItemFontAttribSmall" - "fgcolor_override" "255 255 255 255" + "fgcolor_override" "TanLight" "textAlignment" "center" "labelText" "%current_xp%" "proportionaltoparent" "1" @@ -389,7 +389,7 @@ { "ControlName" "ProgressBar" "fieldName" "ProgressBar" - "xpos" "rs1-10" + "xpos" "0" "ypos" "cs-0.5" "wide" "f0" "tall" "f-2" |
