Skip to content

Instantly share code, notes, and snippets.

@sigsegv-mvm
Created November 24, 2015 01:03
Show Gist options
  • Save sigsegv-mvm/5a82ac9e1386377024e9 to your computer and use it in GitHub Desktop.
Save sigsegv-mvm/5a82ac9e1386377024e9 to your computer and use it in GitHub Desktop.
Workaround for MvMVictoryMannUpPanel TabContainer HUD alignment problem
--- 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