diff options
Diffstat (limited to 'data/themes/jewelry')
-rw-r--r-- | data/themes/jewelry/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/themes/jewelry/Makefile.am | 1 | ||||
-rw-r--r-- | data/themes/jewelry/playerboxselected.xml | 24 | ||||
-rw-r--r-- | data/themes/jewelry/window.png | bin | 32735 -> 34444 bytes |
4 files changed, 26 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt index 3517c0b7e..29bddf8bf 100644 --- a/data/themes/jewelry/CMakeLists.txt +++ b/data/themes/jewelry/CMakeLists.txt @@ -44,6 +44,7 @@ SET (FILES npc.xml ok.xml playerbox.xml + playerboxselected.xml popup.xml popuplist.xml progressbar.xml diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am index efd604066..107d6b077 100644 --- a/data/themes/jewelry/Makefile.am +++ b/data/themes/jewelry/Makefile.am @@ -47,6 +47,7 @@ gui_DATA = \ npc.xml \ ok.xml \ playerbox.xml \ + playerboxselected.xml \ popup.xml \ popuplist.xml \ progressbar.xml \ diff --git a/data/themes/jewelry/playerboxselected.xml b/data/themes/jewelry/playerboxselected.xml new file mode 100644 index 000000000..da6bb93c2 --- /dev/null +++ b/data/themes/jewelry/playerboxselected.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="404" ypos="0"> + <option name="drawbackground" value="1" /> + <option name="offsetX" value="-16" /> + <option name="offsetY" value="-32" /> + <option name="frameSize" value="4" /> + + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="10" ypos="0" width="12" height="10" /> + <part type="top-right-corner" xpos="22" ypos="0" width="10" height="10" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="10" width="10" height="12" /> + <part type="bg-quad" xpos="10" ypos="10" width="12" height="12" /> + <part type="right-edge" xpos="22" ypos="10" width="10" height="12" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="22" width="10" height="10" /> + <part type="bottom-edge" xpos="10" ypos="22" width="12" height="10" /> + <part type="bottom-right-corner" xpos="22" ypos="22" width="10" height="10" /> + </widget> +</skinset> diff --git a/data/themes/jewelry/window.png b/data/themes/jewelry/window.png Binary files differindex 8b6f0002a..88298d653 100644 --- a/data/themes/jewelry/window.png +++ b/data/themes/jewelry/window.png |