Mercurial > wow > devian
diff Devian.xml @ 7:d0cd0e68213e v1.2-r7
Frame anchor set in a way that doesn't disjoint the other pieces when it's changed.
Corrected arithmetic in SavePos; should be using y = GetTop - GetScreenHeight
Height parameter only saved when maximized
author | Nenue |
---|---|
date | Fri, 18 Dec 2015 20:49:58 -0500 |
parents | ac644fc860cc |
children | 65fcb81f4e0a |
line wrap: on
line diff
--- a/Devian.xml Fri Dec 18 20:15:01 2015 -0500 +++ b/Devian.xml Fri Dec 18 20:49:58 2015 -0500 @@ -1,7 +1,5 @@ <Ui> <Frame name="DevianConsole" parent="UIParent" enableMouse="true" enableMouseWheel="true" movable="true" resizable="true" toplevel="true" hidden="true" clampedToScreen="true"> - - <Size width="500" height="600"/> <KeyValues> <KeyValue key="format" value="Devian [%s]" /> </KeyValues> @@ -68,11 +66,11 @@ <Layers> <Layer level="BACKGROUND"> - <Texture name="DevianConsoleBG" parentKey="backdrop" setAllPoints="true" alphaMode="MOD"> + <Texture name="DevianConsoleBG" parentKey="backdrop" setAllPoints="true" alphaMode="BLEND"> <Color r="1" g="1" b="1" a="1"/> - <Gradient orientation="HORIZONTAL"> - <MinColor a="1" r="0" g="0" b="0"/> - <MaxColor a="1" r="1" g="1" b="1"/> + <Gradient orientation="VERTICAL"> + <MinColor r="0" g="0" b="0" a="0.7"/> + <MaxColor r="0" g="0" b="0" a="0.3"/> </Gradient> </Texture> </Layer>