diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-15 23:52:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-16 00:28:38 +0300 |
commit | 661a14c66685de67ec560005c285267fe7098c62 (patch) | |
tree | 66a0cf5a2f07f9b1bf4f932577e2d47663b49a41 /data/themes/jewelry/popuplist.xml | |
parent | 54ff2f6fec70e66d7a8b4a96b28fa7d46f2304a3 (diff) | |
download | plus-661a14c66685de67ec560005c285267fe7098c62.tar.gz plus-661a14c66685de67ec560005c285267fe7098c62.tar.bz2 plus-661a14c66685de67ec560005c285267fe7098c62.tar.xz plus-661a14c66685de67ec560005c285267fe7098c62.zip |
Fix a bit jewelry theme for drop down list.
Fix drop down position.
Diffstat (limited to 'data/themes/jewelry/popuplist.xml')
-rw-r--r-- | data/themes/jewelry/popuplist.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/themes/jewelry/popuplist.xml b/data/themes/jewelry/popuplist.xml new file mode 100644 index 000000000..f8cc88055 --- /dev/null +++ b/data/themes/jewelry/popuplist.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="186"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="20" height="5" /> + <part type="top-right-corner" xpos="27" ypos="0" width="5" height="5" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="20" /> + <part type="bg-quad" xpos="5" ypos="5" width="20" height="20" /> + <part type="right-edge" xpos="27" ypos="5" width="5" height="20" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="27" width="20" height="5" /> + <part type="bottom-right-corner" xpos="27" ypos="27" width="5" height="5" /> + </widget> +</skinset> |