diff options
| author | dankdonk <[email protected]> | 2019-12-29 12:54:03 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-29 12:54:03 -0600 |
| commit | 99dc70e0ef65ccb79fb420183a9edf04a20fca98 (patch) | |
| tree | 3fbf74e47a337a79d8c8866b48101b2d873c4a93 | |
| parent | 861c451bae39e728cb63e09765d64489e688ea88 (diff) | |
Fix Border on Matchmaking Menu
| -rw-r--r-- | resource/ui/matchmakingdashboardsidepanel.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/matchmakingdashboardsidepanel.res b/resource/ui/matchmakingdashboardsidepanel.res index a9fc884..efca720 100644 --- a/resource/ui/matchmakingdashboardsidepanel.res +++ b/resource/ui/matchmakingdashboardsidepanel.res @@ -145,13 +145,13 @@ "ControlName" "EditablePanel" "fieldName" "BGPanel" "xpos" "0" - "ypos" "0" + "ypos" "-90" "zpos" "1" "wide" "f0" "tall" "f-20" "visible" "1" - "proportionaltoparent" "1" + "proportionaltoparent" "0" "border" "TeamMenuBorder" "bgcolor_override" "DarkGrey" } -}
\ No newline at end of file +} |
