Skip to content

Commit

Permalink
Changed button template used to align with Blizzard changes; modified…
Browse files Browse the repository at this point in the history
… y offsets accordingly
  • Loading branch information
GovtGeek committed Sep 6, 2024
1 parent 6d5cd19 commit 9879da6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Outfitter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</Scripts>
</Button>

<CheckButton name="OutfitterCheckboxTemplate" inherits="OptionsCheckButtonTemplate" virtual="true">
<CheckButton name="OutfitterCheckboxTemplate" inherits="UICheckButtonTemplate" virtual="true">
<Scripts>
<OnClick>
if self:GetChecked() then
Expand Down Expand Up @@ -843,7 +843,7 @@
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="15" y="-90"/>
<AbsDimension x="15" y="-70"/>
</Offset>
</Anchor>
</Anchors>
Expand All @@ -870,7 +870,7 @@
<Anchors>
<Anchor point="TOPLEFT" relativeTo="OutfitterAutoSwitch" relativePoint="BOTTOMLEFT">
<Offset>
<AbsDimension x="0" y="-10"/>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
Expand All @@ -895,7 +895,7 @@
<Anchors>
<Anchor point="TOPLEFT" relativeTo="OutfitterShowOutfitBar" relativePoint="BOTTOMLEFT">
<Offset>
<AbsDimension x="0" y="-5"/>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
Expand All @@ -922,7 +922,7 @@
<Anchors>
<Anchor point="TOPLEFT" relativeTo="OutfitterShowMinimapButton" relativePoint="BOTTOMLEFT">
<Offset>
<AbsDimension x="0" y="-5"/>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
Expand All @@ -949,7 +949,7 @@
<Anchors>
<Anchor point="TOPLEFT" relativeTo="OutfitterShowHotkeyMessages" relativePoint="BOTTOMLEFT">
<Offset>
<AbsDimension x="0" y="-5"/>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
Expand All @@ -976,7 +976,7 @@
<Anchors>
<Anchor point="TOPLEFT" relativeTo="OutfitterTooltipInfo" relativePoint="BOTTOMLEFT">
<Offset>
<AbsDimension x="0" y="-5"/>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
Expand All @@ -1003,7 +1003,7 @@
<Anchors>
<Anchor point="TOPLEFT" relativeTo="OutfitterItemComparisons" relativePoint="BOTTOMLEFT">
<Offset>
<AbsDimension x="0" y="-10"/>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
Expand Down

0 comments on commit 9879da6

Please sign in to comment.