Make the minimap fit completely inside the border when in circular mode (to prevent units from sneaking around behind the rim)

This was SVN commit r8539.
This commit is contained in:
WhiteTreePaladin 2010-11-06 02:13:40 +00:00
parent e7b5f9eeb9
commit 741477926c

View File

@ -404,7 +404,7 @@
>
<object name="minimap"
type="minimap"
size="10 10 100%-10 100%-10"
size="14 14 100%-14 100%-14"
circular="true"
>
<action on="WorldClick">handleMinimapEvent(arguments[0]);</action>