Skip to content

Commit

Permalink
Fix Cata and Wrath version (fixes #276)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbs committed Aug 23, 2024
1 parent f21e5eb commit cb17e07
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions UI/Dialog_Wrath.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,28 @@
</Anchors>
<Frames>
<Button name="$parentCloseButton" parentKey="CloseButton" inherits="UIPanelCloseButtonDefaultAnchors"/>
<Button parentKey="ResetButton" inherits="UIPanelButtonTemplate">
<Size x="135" y="22"/>
<Button parentKey="ResetButton" inherits="IconButtonTemplate">
<KeyValues>
<KeyValue key="icon" value="Interface\Icons\inv_gizmo_supersappercharge" type="string"/>
<KeyValue key="iconSize" value="22" type="number"/>
<KeyValue key="useIconAsHighlight" value="true" type="boolean"/>
</KeyValues>
<Size x="25" y="25"/>
<Anchors>
<Anchor point="BOTTOMLEFT" x="9" y="9"/>
</Anchors>
</Button>
<Button parentKey="SettingsButton" inherits="IconButtonTemplate">
<KeyValues>
<KeyValue key="icon" value="Interface\Icons\trade_engineering" type="string"/>
<KeyValue key="iconSize" value="22" type="number"/>
<KeyValue key="useIconAsHighlight" value="true" type="boolean"/>
</KeyValues>
<Size x="25" y="25"/>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.ResetButton" relativePoint="TOPRIGHT"/>
</Anchors>
</Button>
<Button parentKey="RefreshButton" inherits="UIPanelButtonTemplate">
<Size x="135" y="22"/>
<Anchors>
Expand Down

0 comments on commit cb17e07

Please sign in to comment.