View Single Post
  #1  
Unread 12-08-2010, 03:03 PM
TalTal TalTal is offline
A Griffon
Featured
 
Join Date: Nov 2005
Server: Nagafen
Posts: 1,096
Default eq2ui_mainhud_map2.xml

I was working on skinning the minimap to match profit and noticed that the bottom of the window for dragging purposes is slightly below the actual bottom (21px). I tested an install of eq2maps in the default ui and noticed the issue was the same.

<Page eq2usescomwndcontrols="true" MinimumSize="100,100" Name="Map2" OnShow="RecenterMap.Activated='!'WindowFrame.IsMinimap ShiftingPOIsWorkaround.Press=true" OnHoverIn="ShiftingPOIsWorkaround.Press=true" PackSize="a,a" Size="1027,795" UserMovable="true" UserResizable="true" version="1.2">

<Page eq2usescomwndcontrols="true" MinimumSize="100,100" Name="Map2" OnShow="RecenterMap.Activated='!'WindowFrame.IsMinimap ShiftingPOIsWorkaround.Press=true" OnHoverIn="ShiftingPOIsWorkaround.Press=true" PackSize="a,a" Size="1027,774" UserMovable="true" UserResizable="true" version="1.2">

Changing the coords as above in the opening page container fixes the issue. Could we get an update for this on the updater or is it possible for the ignorelist to ignore this file? (I could then post a corrected one with profit )

Thanks,
Silat
Reply With Quote