Mercurial > wow > devian
diff Dock.xml @ 110:930922e1ec5b v8.0.1-20181807-1
cleaning up XML warnings
author | Nenue |
---|---|
date | Wed, 18 Jul 2018 15:02:19 -0400 |
parents | 8dc0c1917890 |
children |
line wrap: on
line diff
--- a/Dock.xml Wed Jul 18 14:55:24 2018 -0400 +++ b/Dock.xml Wed Jul 18 15:02:19 2018 -0400 @@ -107,4 +107,32 @@ </Animations> </Button> + + + <Button name="DevianExecButton" parent="UIParent" hidden="true"> + <Size x="32" y="32" /> + <Anchors> + <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" relativeTo="DevianDock" x="-4"/> + </Anchors> + + <NormalTexture file="Interface/Addons/Devian/arrow.blp" setAllPoints="true" alphaMode="ADD"> + <Color r="1" g="1" b="1" a="1" /> + </NormalTexture> + <PushedTexture file="Interface/Addons/Devian/arrow.blp" setAllPoints="true" alphaMode="ADD"> + <Anchors> + <Anchor point="TOPRIGHT" x="-1" y="-1" /> + <Anchor point="BOTTOMLEFT" x="1" y="1" /> + </Anchors> + <Color r="1" g="0" b="0.5" a="1" /> + </PushedTexture> + + + + <Layers> + <Layer level="ARTWORK"> + + </Layer> + </Layers> + </Button> + </Ui> \ No newline at end of file