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.
34 lines
1.0 KiB
34 lines
1.0 KiB
|
2 years ago
|
<Ui>
|
||
|
|
<Script file="PolymorphsTab.lua"/>
|
||
|
|
|
||
|
|
<Frame name="PolymorphsJournal" parent="CollectionsJournal" mixin="PolymorphsMixin" 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>
|
||
|
|
</Frames>
|
||
|
|
<Scripts>
|
||
|
|
<OnLoad>
|
||
|
|
self:OnLoad();
|
||
|
|
</OnLoad>
|
||
|
|
<OnShow function="ManuscriptsJournal_OnShow"/>
|
||
|
|
<OnMouseWheel function="ManuscriptsJournal_OnMouseWheel"/>
|
||
|
|
<OnEvent function="ManuscriptsJournal_OnEvent"/>
|
||
|
|
</Scripts>
|
||
|
|
</Frame>
|
||
|
|
</Ui>
|