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.

36 lines
1.4 KiB

<!--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/
..\FrameXML\UI_shared.xsd">
<Button name="NeuronBarTemplate" enableMouse="true" movable="true" frameStrata="MEDIUM" virtual="true" inherits="SecureHandlerStateTemplate, BackdropTemplate" >
<Layers>
<Layer level="BACKGROUND">
<FontString name="$parentText" parentKey="Text" inherits="GameFontNormal" hidden="true">
<Anchors>
<Anchor point="BOTTOM" relativePoint="TOP" x="0" y="1"/>
</Anchors>
</FontString>
<Texture name="$parentMessageBG" parentKey="MessageBG" hidden="true">
<Size x="1" y="1"/>
<Anchors>
<Anchor point="TOP" relativePoint="BOTTOM" x="0" y="-1"/>
</Anchors>
<Color r="0" g="0" b="0" a="0.9"/>
</Texture>
<FontString name="$parentMessage" parentKey="Message" inherits="FriendsFont_UserText" justifyV="TOP" hidden="true">
<Anchors>
<Anchor point="TOP" relativePoint="BOTTOM" x="0" y="-1"/>
</Anchors>
<FontHeight>
<AbsValue val="12"/>
</FontHeight>
</FontString>
</Layer>
</Layers>
</Button>
</Ui>