Skip to content

Commit

Permalink
fix position of options tab text
Browse files Browse the repository at this point in the history
  • Loading branch information
codengine committed Nov 14, 2022
1 parent e830b86 commit c7a393e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions SimpleGoldTracker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,12 @@ http://wowprogramming.com/FrameXML/UI.xsd">
<Anchors>
<Anchor point="BOTTOMLEFT" x="98" y="440"/>
</Anchors>
<ButtonText parentKey="Text">
<Size x="0" y="10"/>
<Anchors>
<Anchor point="CENTER" x="0" y="-8"/>
</Anchors>
</ButtonText>
<Scripts>
<OnClick>
showOptions()
Expand Down

0 comments on commit c7a393e

Please sign in to comment.