You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
954 B
32 lines
954 B
<Ui>
|
|
|
|
<Button name="RematchFrame" parent="UIParent" topLevel="true" flattenRenderLayers="true" movable="true" clampedToScreen="true" inherits="RematchDefaultPanelTemplate" hidden="true">
|
|
<Size x="200" y="200"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER"/>
|
|
</Anchors>
|
|
<Frames>
|
|
<Frame parentKey="Canvas"/> <!-- all panels are anchored relative to this -->
|
|
</Frames>
|
|
<Scripts>
|
|
<OnMouseDown>
|
|
self:OnMouseDown()
|
|
</OnMouseDown>
|
|
<OnMouseUp>
|
|
self:OnMouseUp()
|
|
</OnMouseUp>
|
|
<OnShow>
|
|
self:OnShow()
|
|
</OnShow>
|
|
<OnHide>
|
|
self:OnHide()
|
|
</OnHide>
|
|
<OnDoubleClick>
|
|
self:ToggleMinimized()
|
|
</OnDoubleClick>
|
|
</Scripts>
|
|
</Button>
|
|
|
|
<Script file="frame.lua"/>
|
|
|
|
</Ui>
|