Created
November 24, 2015 01:03
-
-
Save sigsegv-mvm/5a82ac9e1386377024e9 to your computer and use it in GitHub Desktop.
Workaround for MvMVictoryMannUpPanel TabContainer HUD alignment problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- mvmvictorymannuppanel.res 2015-11-23 16:32:51.039519518 -0800 | |
+++ mvmvictorymannuppanel_workaround.res 2015-11-23 16:32:09.256337020 -0800 | |
@@ -140,21 +140,21 @@ | |
"TabContainer" | |
{ | |
"ControlName" "EditablePanel" | |
"fieldName" "TabContainer" | |
"xpos" "c-118" | |
"ypos" "55" | |
"zpos" "100" | |
"wide" "399" | |
"tall" "40" | |
"visible" "1" | |
- "proportionalToParent" "1" | |
+ // "proportionalToParent" "1" | |
"PlayerTab1" | |
{ | |
"ControlName" "CMvMVictoryMannUpPlayerTab" | |
"fieldName" "PlayerTab1" | |
"xpos" "0" | |
"ypos" "0" | |
"zpos" "-5" | |
"wide" "63" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment