diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-11 02:07:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:02:41 +0300 |
commit | 1df2b0fb0bc00991eb506ed8915be4b7674e534d (patch) | |
tree | 32b5d5c53063b221a089329ffbf84851f5f8b281 /data/graphics/gui/window.xml | |
parent | 47e405bb722a222ae7e536bbada2c44d8ea0cd73 (diff) | |
download | mv-1df2b0fb0bc00991eb506ed8915be4b7674e534d.tar.gz mv-1df2b0fb0bc00991eb506ed8915be4b7674e534d.tar.bz2 mv-1df2b0fb0bc00991eb506ed8915be4b7674e534d.tar.xz mv-1df2b0fb0bc00991eb506ed8915be4b7674e534d.zip |
Change theme loading.
Diffstat (limited to 'data/graphics/gui/window.xml')
-rw-r--r-- | data/graphics/gui/window.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/graphics/gui/window.xml b/data/graphics/gui/window.xml index f27dbc7f3..1b1d7b30e 100644 --- a/data/graphics/gui/window.xml +++ b/data/graphics/gui/window.xml @@ -14,5 +14,9 @@ <part type="bottom-left-corner" xpos="0" ypos="220" width="4" height="4" /> <part type="bottom-edge" xpos="4" ypos="220" width="32" height="4" /> <part type="bottom-right-corner" xpos="36" ypos="220" width="4" height="4" /> + + <part type="closeImage" xpos="130" ypos="0" width="15" height="15" /> + <part type="stickyImageUp" xpos="130" ypos="51" width="15" height="15" /> + <part type="stickyImageDown" xpos="145" ypos="51" width="15" height="15" /> </widget> </skinset> |