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.
21 lines
949 B
21 lines
949 B
<!--Neuron is a World of Warcraft® user interface addon.
|
|
Copyright (c) 2017-2021 Britt W. Yazel
|
|
Copyright (c) 2006-2014 Connor H. Chenoweth
|
|
This code is licensed under the MIT license (see LICENSE for details)-->
|
|
|
|
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
|
|
<Button name="NeuronBindFrameTemplate" frameStrata="DIALOG" hidden="true" virtual="true">
|
|
<Layers>
|
|
<Layer level="OVERLAY">
|
|
<FontString name="$parentLabel" parentKey="Label" inherits="ChatFontSmall" />
|
|
<Texture name="$parentSelect" parentKey="Select" file="Interface\Buttons\UI-AutoCastableOverlay" hidden="true">
|
|
<Size x="75" y="75"/>
|
|
<Anchors>
|
|
<Anchor point="CENTER" x="0" y="0"/>
|
|
</Anchors>
|
|
</Texture>
|
|
</Layer>
|
|
</Layers>
|
|
</Button>
|
|
|
|
</Ui>
|