Advertisement
j311yf1sh

Auctionator.xml Mod

Apr 6th, 2013
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <Button name="Atr_SwitchSizeButton" inherits="UIPanelButtonTemplate"  text="Switch Sizes" disabled="false">
  2.     <Size><AbsDimension x="150" y="20"/>    </Size>
  3.     <Anchors><Anchor point="TOPLEFT"><Offset><AbsDimension x="25" y="-240"/></Offset></Anchor></Anchors>
  4.     <Scripts>
  5.         <OnClick>
  6.             Atr_SwitchSizeButton_OnClick();
  7.         </OnClick>
  8.     </Scripts>
  9. </Button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement