Been fiddling with your custom MinimapPanel.xml file just to reduce its output parameters at 1.5 ratio instead of twice as large with this code snippet;
-------------------
<Container Size="300,278" ID="MiniMap" Anchor="L,B" Offset="-3,0" ConsumeMouse="0">
<SlideAnim Size="parent,parent" ID="CollapseAnim" Begin="0,0" End="0,195" Function="OutQuint" FunctionPower="1" Speed="2" Cycle="Once" Stopped="1">
<SlideAnim Size="parent,parent" ID="ExpandAnim" Begin="0,0" End="0,-195" Function="OutQuint" FunctionPower="3" Speed="2" Cycle="Once" Stopped="1">
<Image Texture="MiniMap_WoodBacking" Offset="-5,7" Size="416,304"/>
<Image ID="MinimapImage" Anchor ="L,B" Offset="18,21" Texture="MiniMap_BG.dds" ToolTip="LOC_HUD_MINIMAP_TOOLTIP" StretchMode="Fill" Sampler="Linear" Size="384,256">
<Button ID="CollapseButton" Anchor="R,T" AnchorSide="I,O" Offset="3,3" Size="47,16" Hidden="0" Texture="Controls_Collapse.dds" ToolTip="LOC_HUD_MINIMAP_COLLAPSE_TOOLTIP" />
<Button ID="ExpandButton" Anchor="R,T" AnchorSide="I,O" Offset="3,3" Size="47,16" Hidden="1" ConsumeAllMouse="1" Texture="Controls_ButtonExtend.dds" ToolTip="LOC_HUD_MINIMAP_EXPAND_TOOLTIP" />
-----------------
Use these values, if you want to!
-------------------
<Container Size="300,278" ID="MiniMap" Anchor="L,B" Offset="-3,0" ConsumeMouse="0">
<SlideAnim Size="parent,parent" ID="CollapseAnim" Begin="0,0" End="0,195" Function="OutQuint" FunctionPower="1" Speed="2" Cycle="Once" Stopped="1">
<SlideAnim Size="parent,parent" ID="ExpandAnim" Begin="0,0" End="0,-195" Function="OutQuint" FunctionPower="3" Speed="2" Cycle="Once" Stopped="1">
<Image Texture="MiniMap_WoodBacking" Offset="-5,7" Size="416,304"/>
<Image ID="MinimapImage" Anchor ="L,B" Offset="18,21" Texture="MiniMap_BG.dds" ToolTip="LOC_HUD_MINIMAP_TOOLTIP" StretchMode="Fill" Sampler="Linear" Size="384,256">
<Button ID="CollapseButton" Anchor="R,T" AnchorSide="I,O" Offset="3,3" Size="47,16" Hidden="0" Texture="Controls_Collapse.dds" ToolTip="LOC_HUD_MINIMAP_COLLAPSE_TOOLTIP" />
<Button ID="ExpandButton" Anchor="R,T" AnchorSide="I,O" Offset="3,3" Size="47,16" Hidden="1" ConsumeAllMouse="1" Texture="Controls_ButtonExtend.dds" ToolTip="LOC_HUD_MINIMAP_EXPAND_TOOLTIP" />
-----------------
Use these values, if you want to!

Last edited: