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.

46 lines
2.1 KiB

<Ui>
<Script file="MOPRemixGemsTab.lua"/>
<Frame name="MOPRemixGemsJournal" parent="CollectionsJournal" mixin="MOPRemixGemsMixin" setAllPoints="true" hidden="true">
<Frames>
<Frame parentKey="iconsFrame" inherits="CollectionsBackgroundTemplate">
<Layers>
<Layer level="BORDER" textureSubLevel="1">
<Texture parentKey="watermark" atlas="collections-watermark-heirloom" useAtlasSize="true">
<Anchors>
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" x="-33" y="17"/>
</Anchors>
</Texture>
</Layer>
</Layers>
</Frame>
<Frame parentKey="PagingFrame" inherits="CollectionsPagingFrameTemplate">
<Anchors>
<Anchor point="BOTTOM" x="21" y="43"/>
</Anchors>
</Frame>
<CheckButton parentKey="ItemButton1" inherits="MOPRemixGemsItemButtonTemplate"/>
<CheckButton parentKey="ItemButton2" inherits="MOPRemixGemsItemButtonTemplate"/>
<CheckButton parentKey="ItemButton3" inherits="MOPRemixGemsItemButtonTemplate"/>
<CheckButton parentKey="ItemButton4" inherits="MOPRemixGemsItemButtonTemplate"/>
<CheckButton parentKey="ItemButton5" inherits="MOPRemixGemsItemButtonTemplate"/>
<CheckButton parentKey="ItemButton6" inherits="MOPRemixGemsItemButtonTemplate"/>
<CheckButton parentKey="ItemButton7" inherits="MOPRemixGemsItemButtonTemplate"/>
<CheckButton parentKey="SocketButton1" inherits="MOPRemixGemsSocketButtonTemplate, InsecureActionButtonTemplate"/>
<CheckButton parentKey="SocketButton2" inherits="MOPRemixGemsSocketButtonTemplate, InsecureActionButtonTemplate"/>
<CheckButton parentKey="SocketButton3" inherits="MOPRemixGemsSocketButtonTemplate, InsecureActionButtonTemplate"/>
</Frames>
<Scripts>
<OnLoad>
self:OnLoad();
</OnLoad>
<OnShow function="MOPRemixGemsJournal_OnShow"/>
<OnMouseWheel function="MOPRemixGemsJournal_OnMouseWheel"/>
<OnEvent function="MOPRemixGemsJournal_OnEvent"/>
<OnUpdate function="MOPRemixGemsJournal_OnUpdate"/>
</Scripts>
</Frame>
</Ui>