Mercurial > wow > devian
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6:b526dc930b15 | 7:d0cd0e68213e |
|---|---|
| 1 <Ui> | 1 <Ui> |
| 2 <Frame name="DevianConsole" parent="UIParent" enableMouse="true" enableMouseWheel="true" movable="true" resizable="true" toplevel="true" hidden="true" clampedToScreen="true"> | 2 <Frame name="DevianConsole" parent="UIParent" enableMouse="true" enableMouseWheel="true" movable="true" resizable="true" toplevel="true" hidden="true" clampedToScreen="true"> |
| 3 | |
| 4 <Size width="500" height="600"/> | |
| 5 <KeyValues> | 3 <KeyValues> |
| 6 <KeyValue key="format" value="Devian [%s]" /> | 4 <KeyValue key="format" value="Devian [%s]" /> |
| 7 </KeyValues> | 5 </KeyValues> |
| 8 <ResizeBounds> | 6 <ResizeBounds> |
| 9 <minResize x="200" y="20" /> | 7 <minResize x="200" y="20" /> |
| 66 </FontHeight> | 64 </FontHeight> |
| 67 </FontString> | 65 </FontString> |
| 68 | 66 |
| 69 <Layers> | 67 <Layers> |
| 70 <Layer level="BACKGROUND"> | 68 <Layer level="BACKGROUND"> |
| 71 <Texture name="DevianConsoleBG" parentKey="backdrop" setAllPoints="true" alphaMode="MOD"> | 69 <Texture name="DevianConsoleBG" parentKey="backdrop" setAllPoints="true" alphaMode="BLEND"> |
| 72 <Color r="1" g="1" b="1" a="1"/> | 70 <Color r="1" g="1" b="1" a="1"/> |
| 73 <Gradient orientation="HORIZONTAL"> | 71 <Gradient orientation="VERTICAL"> |
| 74 <MinColor a="1" r="0" g="0" b="0"/> | 72 <MinColor r="0" g="0" b="0" a="0.7"/> |
| 75 <MaxColor a="1" r="1" g="1" b="1"/> | 73 <MaxColor r="0" g="0" b="0" a="0.3"/> |
| 76 </Gradient> | 74 </Gradient> |
| 77 </Texture> | 75 </Texture> |
| 78 </Layer> | 76 </Layer> |
| 79 </Layers> | 77 </Layers> |
| 80 </ScrollingMessageFrame> | 78 </ScrollingMessageFrame> |
