Skip to content

Commit

Permalink
minimap button now has minimap frame as parent
Browse files Browse the repository at this point in the history
  • Loading branch information
shirsig committed Jul 22, 2016
1 parent e1c8c3b commit e90eaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WIM_Icon.xml
@@ -1,11 +1,11 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">

<Frame name="WIM_IconFrame" parent="UIParent" enableMouse="true" hidden="false" frameStrata="LOW" clampedToScreen="true" movable="true">
<Frame name="WIM_IconFrame" parent="Minimap" enableMouse="true" hidden="false" frameStrata="LOW" clampedToScreen="true" movable="true">
<Size>
<AbsDimension x="32" y="32"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="Minimap" relativePoint="RIGHT">
<Anchor point="TOPLEFT" relativePoint="RIGHT">
<Offset>
<AbsDimension x="2" y="0"/>
</Offset>
Expand Down

0 comments on commit e90eaac

Please sign in to comment.