diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-25 01:45:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-25 01:45:08 +0300 |
commit | 875784e4d8b13e19ed23bdb3615c4bbc7a80bcd9 (patch) | |
tree | 2bdec26f6edf1d5595471477f8feee87966207a8 /data | |
parent | 0341b9e3983ac7ff82ac42c48afde2520ca73825 (diff) | |
download | plus-875784e4d8b13e19ed23bdb3615c4bbc7a80bcd9.tar.gz plus-875784e4d8b13e19ed23bdb3615c4bbc7a80bcd9.tar.bz2 plus-875784e4d8b13e19ed23bdb3615c4bbc7a80bcd9.tar.xz plus-875784e4d8b13e19ed23bdb3615c4bbc7a80bcd9.zip |
Fix xml files style.
Add or fix headers, replace tabs to spaces.
Diffstat (limited to 'data')
204 files changed, 1834 insertions, 1731 deletions
diff --git a/data/evol/evol.manaplus b/data/evol/evol.manaplus index 073278dc5..4a579c827 100644 --- a/data/evol/evol.manaplus +++ b/data/evol/evol.manaplus @@ -1,18 +1,17 @@ -<?xml version="1.0"?> - +<?xml version="1.0" encoding="utf-8"?> <configuration> - <option name="appName" value="Evol Online"/> - <option name="appShort" value="mana"/> - <option name="appIcon" value="evol/icons/evol-client"/> - <option name="loginMusic" value="Artis - The Adventure Begins.ogg"/> - <option name="onlineServerList" value="http://www.evolonline.org/serverlist.xml"/> - <option name="onlineServerFile" value="evol.xml"/> - <option name="defaultServer" value="world.evolonline.org"/> - <option name="defaultPort" value="6901"/> - <option name="defaultServerType" value="evol"/> - <option name="font" value="fonts/dejavusans.ttf" /> - <option name="boldFont" value="fonts/dejavusans-bold.ttf" /> - <option name="theme" value="jewelry" /> - <option name="wallpapersPath" value="evol/images/" /> - <option name="wallpaperFile" value="loginwallpaper_800x600.png" /> + <option name="appName" value="Evol Online"/> + <option name="appShort" value="mana"/> + <option name="appIcon" value="evol/icons/evol-client"/> + <option name="loginMusic" value="Artis - The Adventure Begins.ogg"/> + <option name="onlineServerList" value="http://www.evolonline.org/serverlist.xml"/> + <option name="onlineServerFile" value="evol.xml"/> + <option name="defaultServer" value="world.evolonline.org"/> + <option name="defaultPort" value="6901"/> + <option name="defaultServerType" value="evol"/> + <option name="font" value="fonts/dejavusans.ttf" /> + <option name="boldFont" value="fonts/dejavusans-bold.ttf" /> + <option name="theme" value="jewelry" /> + <option name="wallpapersPath" value="evol/images/" /> + <option name="wallpaperFile" value="loginwallpaper_800x600.png" /> </configuration> diff --git a/data/graphics/gui/browserbox.xml b/data/graphics/gui/browserbox.xml index 35e2ea9a5..3d0d028cf 100644 --- a/data/graphics/gui/browserbox.xml +++ b/data/graphics/gui/browserbox.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="padding" value="1" /> diff --git a/data/graphics/gui/bubble.xml b/data/graphics/gui/bubble.xml index 916428182..a2b006891 100644 --- a/data/graphics/gui/bubble.xml +++ b/data/graphics/gui/bubble.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="bubble.png"> - <widget type="Window"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> - <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> - <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> + <widget type="Window"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> + <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="5" width="5" height="5" /> - <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" /> - <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="5" /> + <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" /> + <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> - <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> - <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> + <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/button.xml b/data/graphics/gui/button.xml index 95ac8d7f2..caca19a77 100644 --- a/data/graphics/gui/button.xml +++ b/data/graphics/gui/button.xml @@ -1,21 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="0"> + <widget type="Window" xpos="41" ypos="0"> <option name="padding" value="4" /> <option name="spacing" value="2" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/button_disabled.xml b/data/graphics/gui/button_disabled.xml index 0aaa0cb7a..bebf1c3dd 100644 --- a/data/graphics/gui/button_disabled.xml +++ b/data/graphics/gui/button_disabled.xml @@ -1,21 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="75"> + <widget type="Window" xpos="41" ypos="75"> <option name="padding" value="4" /> <option name="spacing" value="2" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/button_highlighted.xml b/data/graphics/gui/button_highlighted.xml index 13aa8cb62..ba9a79e4a 100644 --- a/data/graphics/gui/button_highlighted.xml +++ b/data/graphics/gui/button_highlighted.xml @@ -1,21 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="25"> + <widget type="Window" xpos="41" ypos="25"> <option name="padding" value="4" /> <option name="spacing" value="2" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/button_pressed.xml b/data/graphics/gui/button_pressed.xml index c5e400aec..f9304524b 100644 --- a/data/graphics/gui/button_pressed.xml +++ b/data/graphics/gui/button_pressed.xml @@ -1,21 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="50"> + <widget type="Window" xpos="41" ypos="50"> <option name="padding" value="4" /> <option name="spacing" value="2" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/buy.xml b/data/graphics/gui/buy.xml index 8e2eef818..456758afc 100644 --- a/data/graphics/gui/buy.xml +++ b/data/graphics/gui/buy.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showbackground" value="1" /> diff --git a/data/graphics/gui/charcreate_playerbox.xml b/data/graphics/gui/charcreate_playerbox.xml index 72ed13a7c..563c0bb50 100644 --- a/data/graphics/gui/charcreate_playerbox.xml +++ b/data/graphics/gui/charcreate_playerbox.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="75" ypos="186"> <option name="offsetX" value="-16" /> diff --git a/data/graphics/gui/checkbox.xml b/data/graphics/gui/checkbox.xml index 456c26366..cc5fdf242 100644 --- a/data/graphics/gui/checkbox.xml +++ b/data/graphics/gui/checkbox.xml @@ -1,15 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="190" ypos="0"> + <widget type="Window" xpos="190" ypos="0"> <option name="padding" value="0" /> <option name="imagePadding" value="0" /> <option name="imageSize" value="9" /> <option name="spacing" value="2" /> - <part type="normal" xpos="0" ypos="0" width="9" height="9" /> - <part type="checked" xpos="9" ypos="0" width="9" height="9" /> - <part type="disabled" xpos="18" ypos="0" width="9" height="9" /> - <part type="disabled-checked" xpos="27" ypos="0" width="9" height="9" /> - <part type="normal-highlighted" xpos="36" ypos="0" width="9" height="9" /> - <part type="checked-highlighted" xpos="45" ypos="0" width="9" height="9" /> - </widget> + <part type="normal" xpos="0" ypos="0" width="9" height="9" /> + <part type="checked" xpos="9" ypos="0" width="9" height="9" /> + <part type="disabled" xpos="18" ypos="0" width="9" height="9" /> + <part type="disabled-checked" xpos="27" ypos="0" width="9" height="9" /> + <part type="normal-highlighted" xpos="36" ypos="0" width="9" height="9" /> + <part type="checked-highlighted" xpos="45" ypos="0" width="9" height="9" /> + </widget> </skinset> diff --git a/data/graphics/gui/circle-off.xml b/data/graphics/gui/circle-off.xml index 8d35ab4f2..68f698314 100644 --- a/data/graphics/gui/circle-off.xml +++ b/data/graphics/gui/circle-off.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="105" ypos="164" width="16" height="16" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="105" ypos="164" width="16" height="16" /> + </widget> </skinset> diff --git a/data/graphics/gui/circle-on.xml b/data/graphics/gui/circle-on.xml index 4afe34024..ee79e4e56 100644 --- a/data/graphics/gui/circle-on.xml +++ b/data/graphics/gui/circle-on.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="89" ypos="164" width="16" height="16" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="89" ypos="164" width="16" height="16" /> + </widget> </skinset> diff --git a/data/graphics/gui/colors.xml b/data/graphics/gui/colors.xml index aeaf33884..8cfc31bb1 100644 --- a/data/graphics/gui/colors.xml +++ b/data/graphics/gui/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#000000" /> diff --git a/data/graphics/gui/complete_icon.xml b/data/graphics/gui/complete_icon.xml index 344503247..6e5564c4e 100644 --- a/data/graphics/gui/complete_icon.xml +++ b/data/graphics/gui/complete_icon.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="42" ypos="222" width="16" height="16" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="42" ypos="222" width="16" height="16" /> + </widget> </skinset> diff --git a/data/graphics/gui/dbutton.xml b/data/graphics/gui/dbutton.xml index ebf312aca..f6640dda3 100644 --- a/data/graphics/gui/dbutton.xml +++ b/data/graphics/gui/dbutton.xml @@ -1,22 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="486" ypos="232"> <option name="padding" value="20" /> <option name="x" value="0" /> <option name="y" value="0" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/dbutton_image.xml b/data/graphics/gui/dbutton_image.xml index 10f56814c..6badd8e28 100644 --- a/data/graphics/gui/dbutton_image.xml +++ b/data/graphics/gui/dbutton_image.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <part type="standart" xpos="0" ypos="0" width="0" height="0" /> diff --git a/data/graphics/gui/dpad.xml b/data/graphics/gui/dpad.xml index 0cd91ef27..0d2d52e89 100644 --- a/data/graphics/gui/dpad.xml +++ b/data/graphics/gui/dpad.xml @@ -1,22 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="486" ypos="232"> <option name="padding" value="10" /> <option name="x" value="0" /> <option name="y" value="0" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/dpad_image.xml b/data/graphics/gui/dpad_image.xml index cf43fc29b..14c89246d 100644 --- a/data/graphics/gui/dpad_image.xml +++ b/data/graphics/gui/dpad_image.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <part type="standart" xpos="412" ypos="132" width="100" height="100" /> diff --git a/data/graphics/gui/dropdown.xml b/data/graphics/gui/dropdown.xml index b6b472248..1b5831d2f 100644 --- a/data/graphics/gui/dropdown.xml +++ b/data/graphics/gui/dropdown.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="89" ypos="100"> <option name="padding" value="1" /> diff --git a/data/graphics/gui/dropdown_background.xml b/data/graphics/gui/dropdown_background.xml index 4a63cf25c..2ca37d2f2 100644 --- a/data/graphics/gui/dropdown_background.xml +++ b/data/graphics/gui/dropdown_background.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <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="4" height="4" /> - <part type="top-edge" xpos="3" ypos="0" width="26" height="4" /> - <part type="top-right-corner" xpos="28" ypos="0" width="4" height="4" /> + <widget type="Window" xpos="41" ypos="186"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="3" ypos="0" width="26" height="4" /> + <part type="top-right-corner" xpos="28" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="3" width="4" height="26" /> - <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" /> - <part type="right-edge" xpos="28" ypos="3" width="4" height="26" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="3" width="4" height="26" /> + <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" /> + <part type="right-edge" xpos="28" ypos="3" width="4" height="26" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="28" width="4" height="4" /> - <part type="bottom-edge" xpos="3" ypos="28" width="26" height="4" /> - <part type="bottom-right-corner" xpos="28" ypos="28" width="4" height="4" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="28" width="4" height="4" /> + <part type="bottom-edge" xpos="3" ypos="28" width="26" height="4" /> + <part type="bottom-right-corner" xpos="28" ypos="28" width="4" height="4" /> + </widget> </skinset> diff --git a/data/graphics/gui/dropdown_pressed.xml b/data/graphics/gui/dropdown_pressed.xml index ac310d613..fa9d1daa2 100644 --- a/data/graphics/gui/dropdown_pressed.xml +++ b/data/graphics/gui/dropdown_pressed.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="105" ypos="100"> <part type="down" xpos="0" ypos="32" width="12" height="12" /> diff --git a/data/graphics/gui/emote_selection.xml b/data/graphics/gui/emote_selection.xml index ffdf5026e..7cc21a20d 100644 --- a/data/graphics/gui/emote_selection.xml +++ b/data/graphics/gui/emote_selection.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="138" ypos="75" width="32" height="32" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="138" ypos="75" width="32" height="32" /> + </widget> </skinset> diff --git a/data/graphics/gui/equipment.xml b/data/graphics/gui/equipment.xml index f353e5a1e..7f1914c31 100644 --- a/data/graphics/gui/equipment.xml +++ b/data/graphics/gui/equipment.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> + <widget type="Window"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> - <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> + <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> - <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> - <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> + <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> + <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> - <!-- Bottom Row --> - <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" /> + <!-- Bottom Row --> + <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> + <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> diff --git a/data/graphics/gui/equipment_background.xml b/data/graphics/gui/equipment_background.xml index c2d4189f2..7b0b70449 100644 --- a/data/graphics/gui/equipment_background.xml +++ b/data/graphics/gui/equipment_background.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="96" ypos="220"> <part type="standart" xpos="0" ypos="0" width="36" height="36" /> diff --git a/data/graphics/gui/equipment_playerbox.xml b/data/graphics/gui/equipment_playerbox.xml index 72ed13a7c..563c0bb50 100644 --- a/data/graphics/gui/equipment_playerbox.xml +++ b/data/graphics/gui/equipment_playerbox.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="75" ypos="186"> <option name="offsetX" value="-16" /> diff --git a/data/graphics/gui/incomplete_icon.xml b/data/graphics/gui/incomplete_icon.xml index 23e97ec28..74c8d31b8 100644 --- a/data/graphics/gui/incomplete_icon.xml +++ b/data/graphics/gui/incomplete_icon.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="60" ypos="222" width="16" height="16" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="60" ypos="222" width="16" height="16" /> + </widget> </skinset> diff --git a/data/graphics/gui/info.xml b/data/graphics/gui/info.xml index e427444ea..20c5742fa 100644 --- a/data/graphics/gui/info.xml +++ b/data/graphics/gui/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>(default)</name> <copyright>2004-2009 The Mana World Development Team\n2009-2010 The Mana Developers\n2011-2012 ManaPlus Developers</copyright> diff --git a/data/graphics/gui/inventory.xml b/data/graphics/gui/inventory.xml index 0b84ac910..9f0bafe0f 100644 --- a/data/graphics/gui/inventory.xml +++ b/data/graphics/gui/inventory.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showbackground" value="1" /> diff --git a/data/graphics/gui/item_selection.xml b/data/graphics/gui/item_selection.xml index ffdf5026e..7cc21a20d 100644 --- a/data/graphics/gui/item_selection.xml +++ b/data/graphics/gui/item_selection.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="138" ypos="75" width="32" height="32" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="138" ypos="75" width="32" height="32" /> + </widget> </skinset> diff --git a/data/graphics/gui/item_shortcut_background.xml b/data/graphics/gui/item_shortcut_background.xml index 2d9f2a9be..a3c24fdff 100644 --- a/data/graphics/gui/item_shortcut_background.xml +++ b/data/graphics/gui/item_shortcut_background.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="98" ypos="75" width="36" height="42" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="98" ypos="75" width="36" height="42" /> + </widget> </skinset> diff --git a/data/graphics/gui/itemcontainer.xml b/data/graphics/gui/itemcontainer.xml index 0971556cc..213799aa7 100644 --- a/data/graphics/gui/itemcontainer.xml +++ b/data/graphics/gui/itemcontainer.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="boxWidth" value="35" /> diff --git a/data/graphics/gui/keyboard_icon.xml b/data/graphics/gui/keyboard_icon.xml index 4cffb4502..daffa5837 100644 --- a/data/graphics/gui/keyboard_icon.xml +++ b/data/graphics/gui/keyboard_icon.xml @@ -1,24 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="169" ypos="220"> <option name="padding" value="5" /> <option name="x" value="10" /> <option name="y" value="10" /> -<!-- <part type="bg-quad" xpos="168" ypos="220" width="28" height="28" />--> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="28" height="28" /> + <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="28" height="28" /> - <part type="top-edge" xpos="0" ypos="0" width="0" height="0" /> - <part type="top-right-corner" xpos="0" ypos="0" width="0" height="0" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bg-quad" xpos="0" ypos="0" width="0" height="0" /> + <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="0" width="0" height="0" /> - <part type="bg-quad" xpos="0" ypos="0" width="0" height="0" /> - <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> - <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> - <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-edge" xpos="0" ypos="0" width="0" height="0" /> + <part type="bottom-right-corner" xpos="0" ypos="0" width="0" height="0" /> + </widget> </skinset> diff --git a/data/graphics/gui/label.xml b/data/graphics/gui/label.xml index 652808ed3..09320030a 100644 --- a/data/graphics/gui/label.xml +++ b/data/graphics/gui/label.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="padding" value="0" /> diff --git a/data/graphics/gui/listbox.xml b/data/graphics/gui/listbox.xml index 5e1a5872d..f0851dcff 100644 --- a/data/graphics/gui/listbox.xml +++ b/data/graphics/gui/listbox.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="padding" value="1" /> diff --git a/data/graphics/gui/ministatus.xml b/data/graphics/gui/ministatus.xml index 1e585d844..2dd1339ac 100644 --- a/data/graphics/gui/ministatus.xml +++ b/data/graphics/gui/ministatus.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="padding" value="1" /> diff --git a/data/graphics/gui/ok.xml b/data/graphics/gui/ok.xml index 5968887ff..62846e734 100644 --- a/data/graphics/gui/ok.xml +++ b/data/graphics/gui/ok.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> + <widget type="Window"> <option name="buttonPadding" value="8" /> <option name="padding" value="5" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> - <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> + <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> - <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> - <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> + <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> + <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> - <!-- Bottom Row --> - <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" /> + <!-- Bottom Row --> + <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> + <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> diff --git a/data/graphics/gui/playerbox.xml b/data/graphics/gui/playerbox.xml index 7e8a91482..cdfc6f80d 100644 --- a/data/graphics/gui/playerbox.xml +++ b/data/graphics/gui/playerbox.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="41" ypos="186"> <option name="drawbackground" value="1" /> diff --git a/data/graphics/gui/popup.xml b/data/graphics/gui/popup.xml index 5fea7ccd1..c0951ab43 100644 --- a/data/graphics/gui/popup.xml +++ b/data/graphics/gui/popup.xml @@ -1,23 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> + <widget type="Window"> <option name="padding" value="4" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> - <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> + <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> - <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> - <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> + <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> + <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> - <!-- Bottom Row --> - <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" /> + <!-- Bottom Row --> + <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> + <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> diff --git a/data/graphics/gui/progressbar.xml b/data/graphics/gui/progressbar.xml index af8107f72..1be7e4100 100644 --- a/data/graphics/gui/progressbar.xml +++ b/data/graphics/gui/progressbar.xml @@ -1,20 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="73" ypos="164"> + <widget type="Window" xpos="73" ypos="164"> <option name="padding" value="2" /> <option name="fillPadding" value="3" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="4" ypos="0" width="3" height="4" /> - <part type="top-right-corner" xpos="7" ypos="0" width="4" height="4" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="3" height="4" /> + <part type="top-right-corner" xpos="7" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="4" height="10" /> - <part type="bg-quad" xpos="4" ypos="4" width="3" height="10" /> - <part type="right-edge" xpos="7" ypos="4" width="4" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="10" /> + <part type="bg-quad" xpos="4" ypos="4" width="3" height="10" /> + <part type="right-edge" xpos="7" ypos="4" width="4" height="10" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="15" width="4" height="4" /> - <part type="bottom-edge" xpos="4" ypos="15" width="3" height="4" /> - <part type="bottom-right-corner" xpos="7" ypos="15" width="4" height="4" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="15" width="4" height="4" /> + <part type="bottom-edge" xpos="4" ypos="15" width="3" height="4" /> + <part type="bottom-right-corner" xpos="7" ypos="15" width="4" height="4" /> + </widget> </skinset> diff --git a/data/graphics/gui/quests.xml b/data/graphics/gui/quests.xml index c38148bf7..fdb756885 100644 --- a/data/graphics/gui/quests.xml +++ b/data/graphics/gui/quests.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showlistbackground" value="0" /> diff --git a/data/graphics/gui/radio.xml b/data/graphics/gui/radio.xml index 8d4040536..5800fb939 100644 --- a/data/graphics/gui/radio.xml +++ b/data/graphics/gui/radio.xml @@ -1,13 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="137" ypos="132"> + <widget type="Window" xpos="137" ypos="132"> <option name="padding" value="0" /> <option name="imagePadding" value="0" /> <option name="imageSize" value="10" /> <option name="spacing" value="2" /> - <part type="in" xpos="0" ypos="0" width="10" height="10" /> - <part type="in-highlighted" xpos="14" ypos="0" width="10" height="10" /> - <part type="out" xpos="0" ypos="14" width="10" height="10" /> - <part type="out-highlighted" xpos="14" ypos="14" width="10" height="10" /> - </widget> + <part type="in" xpos="0" ypos="0" width="10" height="10" /> + <part type="in-highlighted" xpos="14" ypos="0" width="10" height="10" /> + <part type="out" xpos="0" ypos="14" width="10" height="10" /> + <part type="out-highlighted" xpos="14" ypos="14" width="10" height="10" /> + </widget> </skinset> diff --git a/data/graphics/gui/resize.xml b/data/graphics/gui/resize.xml index 8a21b7382..45b7ed8e0 100644 --- a/data/graphics/gui/resize.xml +++ b/data/graphics/gui/resize.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="160" ypos="0" width="15" height="12" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="160" ypos="0" width="15" height="12" /> + </widget> </skinset> diff --git a/data/graphics/gui/scroll.xml b/data/graphics/gui/scroll.xml index 0bcdf9ad8..aa9782ef5 100644 --- a/data/graphics/gui/scroll.xml +++ b/data/graphics/gui/scroll.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="164"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="4" ypos="0" width="3" height="4" /> - <part type="top-right-corner" xpos="7" ypos="0" width="4" height="4" /> + <widget type="Window" xpos="41" ypos="164"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="3" height="4" /> + <part type="top-right-corner" xpos="7" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="4" height="11" /> - <part type="bg-quad" xpos="4" ypos="4" width="3" height="11" /> - <part type="right-edge" xpos="7" ypos="4" width="4" height="11" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="11" /> + <part type="bg-quad" xpos="4" ypos="4" width="3" height="11" /> + <part type="right-edge" xpos="7" ypos="4" width="4" height="11" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="15" width="4" height="4" /> - <part type="bottom-edge" xpos="4" ypos="15" width="3" height="4" /> - <part type="bottom-right-corner" xpos="7" ypos="15" width="4" height="4" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="15" width="4" height="4" /> + <part type="bottom-edge" xpos="4" ypos="15" width="3" height="4" /> + <part type="bottom-right-corner" xpos="7" ypos="15" width="4" height="4" /> + </widget> </skinset> diff --git a/data/graphics/gui/scroll_background.xml b/data/graphics/gui/scroll_background.xml index 4a63cf25c..2ca37d2f2 100644 --- a/data/graphics/gui/scroll_background.xml +++ b/data/graphics/gui/scroll_background.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <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="4" height="4" /> - <part type="top-edge" xpos="3" ypos="0" width="26" height="4" /> - <part type="top-right-corner" xpos="28" ypos="0" width="4" height="4" /> + <widget type="Window" xpos="41" ypos="186"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="3" ypos="0" width="26" height="4" /> + <part type="top-right-corner" xpos="28" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="3" width="4" height="26" /> - <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" /> - <part type="right-edge" xpos="28" ypos="3" width="4" height="26" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="3" width="4" height="26" /> + <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" /> + <part type="right-edge" xpos="28" ypos="3" width="4" height="26" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="28" width="4" height="4" /> - <part type="bottom-edge" xpos="3" ypos="28" width="26" height="4" /> - <part type="bottom-right-corner" xpos="28" ypos="28" width="4" height="4" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="28" width="4" height="4" /> + <part type="bottom-edge" xpos="3" ypos="28" width="26" height="4" /> + <part type="bottom-right-corner" xpos="28" ypos="28" width="4" height="4" /> + </widget> </skinset> diff --git a/data/graphics/gui/scroll_hbackground.xml b/data/graphics/gui/scroll_hbackground.xml index d8f9f6168..7ebb8e7c8 100644 --- a/data/graphics/gui/scroll_hbackground.xml +++ b/data/graphics/gui/scroll_hbackground.xml @@ -1,12 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="135" ypos="164"> - <!-- Left Row --> - <part type="left-edge" xpos="0" ypos="0" width="6" height="12" /> + <widget type="Window" xpos="135" ypos="164"> + <!-- Left Row --> + <part type="left-edge" xpos="0" ypos="0" width="6" height="12" /> - <!-- Middle Row --> - <part type="bg-quad" xpos="6" ypos="0" width="6" height="12" /> + <!-- Middle Row --> + <part type="bg-quad" xpos="6" ypos="0" width="6" height="12" /> - <!-- Right Row --> - <part type="right-edge" xpos="12" ypos="0" width="6" height="12" /> - </widget> + <!-- Right Row --> + <part type="right-edge" xpos="12" ypos="0" width="6" height="12" /> + </widget> </skinset> diff --git a/data/graphics/gui/scroll_highlighted.xml b/data/graphics/gui/scroll_highlighted.xml index 4833972cf..f4f5c6e29 100644 --- a/data/graphics/gui/scroll_highlighted.xml +++ b/data/graphics/gui/scroll_highlighted.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="57" ypos="164"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="4" ypos="0" width="3" height="4" /> - <part type="top-right-corner" xpos="7" ypos="0" width="4" height="4" /> + <widget type="Window" xpos="57" ypos="164"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="3" height="4" /> + <part type="top-right-corner" xpos="7" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="4" height="11" /> - <part type="bg-quad" xpos="4" ypos="4" width="3" height="11" /> - <part type="right-edge" xpos="7" ypos="4" width="4" height="11" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="11" /> + <part type="bg-quad" xpos="4" ypos="4" width="3" height="11" /> + <part type="right-edge" xpos="7" ypos="4" width="4" height="11" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="15" width="4" height="4" /> - <part type="bottom-edge" xpos="4" ypos="15" width="3" height="4" /> - <part type="bottom-right-corner" xpos="7" ypos="15" width="4" height="4" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="15" width="4" height="4" /> + <part type="bottom-edge" xpos="4" ypos="15" width="3" height="4" /> + <part type="bottom-right-corner" xpos="7" ypos="15" width="4" height="4" /> + </widget> </skinset> diff --git a/data/graphics/gui/scroll_vbackground.xml b/data/graphics/gui/scroll_vbackground.xml index 69566c35f..5e482204e 100644 --- a/data/graphics/gui/scroll_vbackground.xml +++ b/data/graphics/gui/scroll_vbackground.xml @@ -1,13 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="121" ypos="164"> + <widget type="Window" xpos="121" ypos="164"> + <!-- Top Row --> + <part type="top-edge" xpos="0" ypos="0" width="12" height="6" /> - <!-- Top Row --> - <part type="top-edge" xpos="0" ypos="0" width="12" height="6" /> + <!-- Middle Row --> + <part type="bg-quad" xpos="0" ypos="6" width="12" height="6" /> - <!-- Middle Row --> - <part type="bg-quad" xpos="0" ypos="6" width="12" height="6" /> - - <!-- Bottom Row --> - <part type="bottom-edge" xpos="0" ypos="12" width="12" height="6" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-edge" xpos="0" ypos="12" width="12" height="6" /> + </widget> </skinset> diff --git a/data/graphics/gui/scrollbuttons.xml b/data/graphics/gui/scrollbuttons.xml index 2c57cd0ba..381f102ba 100644 --- a/data/graphics/gui/scrollbuttons.xml +++ b/data/graphics/gui/scrollbuttons.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="41" ypos="100"> <part type="left" xpos="0" ypos="0" width="12" height="12" /> diff --git a/data/graphics/gui/scrollbuttons_pressed.xml b/data/graphics/gui/scrollbuttons_pressed.xml index f4fb89f15..d278742d6 100644 --- a/data/graphics/gui/scrollbuttons_pressed.xml +++ b/data/graphics/gui/scrollbuttons_pressed.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="57" ypos="100"> <part type="left" xpos="0" ypos="0" width="12" height="12" /> diff --git a/data/graphics/gui/sell.xml b/data/graphics/gui/sell.xml index 8e2eef818..456758afc 100644 --- a/data/graphics/gui/sell.xml +++ b/data/graphics/gui/sell.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showbackground" value="1" /> diff --git a/data/graphics/gui/server.xml b/data/graphics/gui/server.xml index 8e2eef818..456758afc 100644 --- a/data/graphics/gui/server.xml +++ b/data/graphics/gui/server.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showbackground" value="1" /> diff --git a/data/graphics/gui/shop.xml b/data/graphics/gui/shop.xml index 45a0a7bec..e88e38efd 100644 --- a/data/graphics/gui/shop.xml +++ b/data/graphics/gui/shop.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showbuybackground" value="1" /> diff --git a/data/graphics/gui/slider.xml b/data/graphics/gui/slider.xml index 163e3258d..01866f572 100644 --- a/data/graphics/gui/slider.xml +++ b/data/graphics/gui/slider.xml @@ -1,13 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="98" ypos="0"> - <part type="hstart" xpos="0" ypos="0" width="4" height="6" /> - <part type="hmiddle" xpos="4" ypos="0" width="7" height="6" /> - <part type="hend" xpos="11" ypos="0" width="4" height="6" /> - <part type="hgrip" xpos="6" ypos="7" width="9" height="10" /> + <widget type="Window" xpos="98" ypos="0"> + <part type="hstart" xpos="0" ypos="0" width="4" height="6" /> + <part type="hmiddle" xpos="4" ypos="0" width="7" height="6" /> + <part type="hend" xpos="11" ypos="0" width="4" height="6" /> + <part type="hgrip" xpos="6" ypos="7" width="9" height="10" /> - <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> - <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> - <part type="vend" xpos="0" ypos="18" width="6" height="9" /> - <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> - </widget> + <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> + <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> + <part type="vend" xpos="0" ypos="18" width="6" height="9" /> + <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> + </widget> </skinset> diff --git a/data/graphics/gui/slider_highlighted.xml b/data/graphics/gui/slider_highlighted.xml index af5f4a0e6..76aa4eb45 100644 --- a/data/graphics/gui/slider_highlighted.xml +++ b/data/graphics/gui/slider_highlighted.xml @@ -1,13 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="98" ypos="50"> - <part type="hstart" xpos="0" ypos="0" width="4" height="6" /> - <part type="hmiddle" xpos="4" ypos="0" width="7" height="6" /> - <part type="hend" xpos="11" ypos="0" width="4" height="6" /> - <part type="hgrip" xpos="6" ypos="7" width="9" height="10" /> + <widget type="Window" xpos="98" ypos="50"> + <part type="hstart" xpos="0" ypos="0" width="4" height="6" /> + <part type="hmiddle" xpos="4" ypos="0" width="7" height="6" /> + <part type="hend" xpos="11" ypos="0" width="4" height="6" /> + <part type="hgrip" xpos="6" ypos="7" width="9" height="10" /> - <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> - <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> - <part type="vend" xpos="0" ypos="18" width="6" height="9" /> - <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> - </widget> + <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> + <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> + <part type="vend" xpos="0" ypos="18" width="6" height="9" /> + <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> + </widget> </skinset> diff --git a/data/graphics/gui/speechbubble.xml b/data/graphics/gui/speechbubble.xml index 84b6557b3..6b79718b3 100644 --- a/data/graphics/gui/speechbubble.xml +++ b/data/graphics/gui/speechbubble.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="SpeechBubble" image="bubble.png"> <widget type="Window"> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> - <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> - <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> + <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="5" width="5" height="5" /> - <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" /> - <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="5" width="5" height="5" /> + <part type="bg-quad" xpos="5" ypos="5" width="5" height="5" /> + <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> - <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> - <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> + <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/tab.xml b/data/graphics/gui/tab.xml index be2301661..ffbd1ea6a 100644 --- a/data/graphics/gui/tab.xml +++ b/data/graphics/gui/tab.xml @@ -1,20 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="68" ypos="0"> + <widget type="Window" xpos="68" ypos="0"> <option name="padding" value="4" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/tab_highlighted.xml b/data/graphics/gui/tab_highlighted.xml index 479a883fb..497f7be51 100644 --- a/data/graphics/gui/tab_highlighted.xml +++ b/data/graphics/gui/tab_highlighted.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="68" ypos="25"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <widget type="Window" xpos="68" ypos="25"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/tab_selected.xml b/data/graphics/gui/tab_selected.xml index f3869b9d0..ad43851e5 100644 --- a/data/graphics/gui/tab_selected.xml +++ b/data/graphics/gui/tab_selected.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="68" ypos="50"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <widget type="Window" xpos="68" ypos="50"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/tab_unused.xml b/data/graphics/gui/tab_unused.xml index 95b48e695..ed13c1168 100644 --- a/data/graphics/gui/tab_unused.xml +++ b/data/graphics/gui/tab_unused.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="68" ypos="75"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <widget type="Window" xpos="68" ypos="75"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/graphics/gui/textfield.xml b/data/graphics/gui/textfield.xml index 0f18303dc..dbc477eb0 100644 --- a/data/graphics/gui/textfield.xml +++ b/data/graphics/gui/textfield.xml @@ -1,22 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="186"> + <widget type="Window" xpos="41" ypos="186"> <option name="padding" value="1" /> <option name="frameSize" value="2" /> <option name="passwordChar" value="42" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="3" ypos="0" width="26" height="4" /> - <part type="top-right-corner" xpos="28" ypos="0" width="4" height="4" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="3" ypos="0" width="26" height="4" /> + <part type="top-right-corner" xpos="28" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="3" width="4" height="26" /> - <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" /> - <part type="right-edge" xpos="28" ypos="3" width="4" height="26" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="3" width="4" height="26" /> + <part type="bg-quad" xpos="3" ypos="3" width="26" height="26" /> + <part type="right-edge" xpos="28" ypos="3" width="4" height="26" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="28" width="4" height="4" /> - <part type="bottom-edge" xpos="3" ypos="28" width="26" height="4" /> - <part type="bottom-right-corner" xpos="28" ypos="28" width="4" height="4" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="28" width="4" height="4" /> + <part type="bottom-edge" xpos="3" ypos="28" width="26" height="4" /> + <part type="bottom-right-corner" xpos="28" ypos="28" width="4" height="4" /> + </widget> </skinset> diff --git a/data/graphics/gui/textpreview.xml b/data/graphics/gui/textpreview.xml index 406213a2a..3c9f32c34 100644 --- a/data/graphics/gui/textpreview.xml +++ b/data/graphics/gui/textpreview.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="padding" value="1" /> diff --git a/data/graphics/gui/window.xml b/data/graphics/gui/window.xml index 1b1d7b30e..e2eb7fafb 100644 --- a/data/graphics/gui/window.xml +++ b/data/graphics/gui/window.xml @@ -1,22 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> - <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> + <widget type="Window"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="32" height="4" /> + <part type="top-right-corner" xpos="36" ypos="0" width="4" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> - <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> - <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> + <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> + <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> - <!-- Bottom Row --> - <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" /> + <!-- Bottom Row --> + <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> + <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>
\ No newline at end of file diff --git a/data/graphics/gui/windowmenu.xml b/data/graphics/gui/windowmenu.xml index 3d9e84289..ede5a8fb8 100644 --- a/data/graphics/gui/windowmenu.xml +++ b/data/graphics/gui/windowmenu.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="padding" value="1" /> diff --git a/data/graphics/gui/world.xml b/data/graphics/gui/world.xml index 8e2eef818..456758afc 100644 --- a/data/graphics/gui/world.xml +++ b/data/graphics/gui/world.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showbackground" value="1" /> diff --git a/data/graphics/sprites/error.xml b/data/graphics/sprites/error.xml index 3504bd016..47be69de3 100644 --- a/data/graphics/sprites/error.xml +++ b/data/graphics/sprites/error.xml @@ -1,10 +1,10 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> <sprite> - <imageset name="base" src="graphics/sprites/error.png" width="29" height="9" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> + <imageset name="base" src="graphics/sprites/error.png" width="29" height="9" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> </sprite>
\ No newline at end of file diff --git a/data/graphics/sprites/manaplus_emote.xml b/data/graphics/sprites/manaplus_emote.xml index 1ec57dff2..7c5c48046 100644 --- a/data/graphics/sprites/manaplus_emote.xml +++ b/data/graphics/sprites/manaplus_emote.xml @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="utf-8"?> <!-- Author : Reid, 4144 Copyright (C) 2011-2012 Manaplus --> <sprite variants="28" variant_offset="1"> diff --git a/data/graphics/sprites/manaplus_emotes.xml b/data/graphics/sprites/manaplus_emotes.xml index 240b2d4b8..8554f5529 100644 --- a/data/graphics/sprites/manaplus_emotes.xml +++ b/data/graphics/sprites/manaplus_emotes.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <emotes> <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> <its:translateRule selector="//emote/sprite/@name" translate="yes"/> diff --git a/data/themes/blacknblack/colors.xml b/data/themes/blacknblack/colors.xml index fb091b137..cc41030bb 100644 --- a/data/themes/blacknblack/colors.xml +++ b/data/themes/blacknblack/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#ffffff" /> diff --git a/data/themes/blacknblack/info.xml b/data/themes/blacknblack/info.xml index 6857485f7..1533948b8 100644 --- a/data/themes/blacknblack/info.xml +++ b/data/themes/blacknblack/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>Black & black</name> <copyright>2012 ManaPlus developers</copyright> diff --git a/data/themes/blackwood/colors.xml b/data/themes/blackwood/colors.xml index 078da2b30..28bbd9f4f 100644 --- a/data/themes/blackwood/colors.xml +++ b/data/themes/blackwood/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#7a7972" /> diff --git a/data/themes/blackwood/info.xml b/data/themes/blackwood/info.xml index 25d3b6b3a..44c045051 100644 --- a/data/themes/blackwood/info.xml +++ b/data/themes/blackwood/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>Black wood</name> <copyright>2010-2011 Felix Jely\n2011-2012 The ManaPlus Developers</copyright> diff --git a/data/themes/blackwood/speechbubble.xml b/data/themes/blackwood/speechbubble.xml index 2be1fb8b4..b7c112bb8 100644 --- a/data/themes/blackwood/speechbubble.xml +++ b/data/themes/blackwood/speechbubble.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="SpeechBubble" image="bubble.png"> <widget type="Window"> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> - <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> - <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="5" height="5" /> + <part type="top-right-corner" xpos="10" ypos="0" width="5" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="10" ypos="5" width="5" height="5" /> - <part type="bg-quad" xpos="15" ypos="5" width="5" height="5" /> - <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> + <!-- Middle Row --> + <part type="left-edge" xpos="10" ypos="5" width="5" height="5" /> + <part type="bg-quad" xpos="15" ypos="5" width="5" height="5" /> + <part type="right-edge" xpos="10" ypos="5" width="5" height="5" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> - <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> - <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="10" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="10" width="5" height="5" /> + <part type="bottom-right-corner" xpos="10" ypos="10" width="5" height="5" /> + </widget> </skinset> diff --git a/data/themes/enchilado/buy.xml b/data/themes/enchilado/buy.xml index 6f1006f71..856aa2f4a 100644 --- a/data/themes/enchilado/buy.xml +++ b/data/themes/enchilado/buy.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="30"> <option name="showbackground" value="1" /> diff --git a/data/themes/enchilado/colors.xml b/data/themes/enchilado/colors.xml index d0396a3ec..a24e3516b 100644 --- a/data/themes/enchilado/colors.xml +++ b/data/themes/enchilado/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#000000" /> diff --git a/data/themes/enchilado/equipment.xml b/data/themes/enchilado/equipment.xml index 9ba3c4eb0..097e75934 100644 --- a/data/themes/enchilado/equipment.xml +++ b/data/themes/enchilado/equipment.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="190" ypos="30"> + <widget type="Window" xpos="190" ypos="30"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> - <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> - <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> + <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> + <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/enchilado/info.xml b/data/themes/enchilado/info.xml index edadfcd49..4486e75be 100644 --- a/data/themes/enchilado/info.xml +++ b/data/themes/enchilado/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>Enchilado</name> <copyright>2010-2011 R W E Sayers\n2010-2012 ManaPlus developers</copyright> diff --git a/data/themes/enchilado/inventory.xml b/data/themes/enchilado/inventory.xml index 6f1006f71..856aa2f4a 100644 --- a/data/themes/enchilado/inventory.xml +++ b/data/themes/enchilado/inventory.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="30"> <option name="showbackground" value="1" /> diff --git a/data/themes/enchilado/ok.xml b/data/themes/enchilado/ok.xml index bed8ab7e3..791393c51 100644 --- a/data/themes/enchilado/ok.xml +++ b/data/themes/enchilado/ok.xml @@ -1,24 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="190" ypos="30"> + <widget type="Window" xpos="190" ypos="30"> <option name="buttonPadding" value="8" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> - <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> - <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> + <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> + <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/enchilado/popup.xml b/data/themes/enchilado/popup.xml index c5ff657ec..889beb339 100644 --- a/data/themes/enchilado/popup.xml +++ b/data/themes/enchilado/popup.xml @@ -1,23 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="190" ypos="30"> + <widget type="Window" xpos="190" ypos="30"> <option name="padding" value="6" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> - <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> - <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> + <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> + <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/enchilado/progressbar.xml b/data/themes/enchilado/progressbar.xml index 2ffd0966e..4ff847499 100644 --- a/data/themes/enchilado/progressbar.xml +++ b/data/themes/enchilado/progressbar.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="190" ypos="30"> + <widget type="Window" xpos="190" ypos="30"> <option name="padding" value="1" /> <option name="fillPadding" value="3" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> - <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> - <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> + <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> + <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/enchilado/quests.xml b/data/themes/enchilado/quests.xml index da4d306a9..2c73bf8f3 100644 --- a/data/themes/enchilado/quests.xml +++ b/data/themes/enchilado/quests.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="30"> <option name="showlistbackground" value="1" /> diff --git a/data/themes/enchilado/sell.xml b/data/themes/enchilado/sell.xml index 6f1006f71..856aa2f4a 100644 --- a/data/themes/enchilado/sell.xml +++ b/data/themes/enchilado/sell.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="30"> <option name="showbackground" value="1" /> diff --git a/data/themes/enchilado/server.xml b/data/themes/enchilado/server.xml index 6f1006f71..856aa2f4a 100644 --- a/data/themes/enchilado/server.xml +++ b/data/themes/enchilado/server.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="30"> <option name="showbackground" value="1" /> diff --git a/data/themes/enchilado/shop.xml b/data/themes/enchilado/shop.xml index 47e451913..21b38b8d6 100644 --- a/data/themes/enchilado/shop.xml +++ b/data/themes/enchilado/shop.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="30"> <option name="showbuybackground" value="1" /> diff --git a/data/themes/enchilado/window.xml b/data/themes/enchilado/window.xml index 607981b10..c4e12e15c 100644 --- a/data/themes/enchilado/window.xml +++ b/data/themes/enchilado/window.xml @@ -1,22 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="190" ypos="30"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <widget type="Window" xpos="190" ypos="30"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> - <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> - <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-60" ypos="-30" width="15" height="15" /> + <part type="stickyImageUp" xpos="-60" ypos="21" width="15" height="15" /> + <part type="stickyImageDown" xpos="-45" ypos="21" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/enchilado/world.xml b/data/themes/enchilado/world.xml index 6f1006f71..856aa2f4a 100644 --- a/data/themes/enchilado/world.xml +++ b/data/themes/enchilado/world.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="190" ypos="30"> <option name="showbackground" value="1" /> diff --git a/data/themes/jewelry/beingpopup.xml b/data/themes/jewelry/beingpopup.xml index aab7e543e..88b73c928 100644 --- a/data/themes/jewelry/beingpopup.xml +++ b/data/themes/jewelry/beingpopup.xml @@ -1,23 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="109"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="12" /> + <option name="palette" value="1" /> - <option name="padding" value="12" /> - <option name="palette" value="1" /> + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> - <!-- Top Row --> - <part type="top-left-corner" width="30" height="15" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> - <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> - <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> - <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> - <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> </skinset> diff --git a/data/themes/jewelry/browserbox.xml b/data/themes/jewelry/browserbox.xml index bfc14227e..35c99e548 100644 --- a/data/themes/jewelry/browserbox.xml +++ b/data/themes/jewelry/browserbox.xml @@ -1,8 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - - <option name="padding" value="4" /> - <option name="newLinePadding" value="15" /> - - </widget> + <widget type="Window"> + <option name="padding" value="4" /> + <option name="newLinePadding" value="15" /> + </widget> </skinset> diff --git a/data/themes/jewelry/button.xml b/data/themes/jewelry/button.xml index a98f67fd2..b3563a607 100644 --- a/data/themes/jewelry/button.xml +++ b/data/themes/jewelry/button.xml @@ -1,22 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="0"> + <widget type="Window" xpos="41" ypos="0"> + <option name="padding" value="5" /> - <option name="padding" value="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> - <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> - <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> - <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> - <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/button_disabled.xml b/data/themes/jewelry/button_disabled.xml index 64810ca51..4a626aa3d 100644 --- a/data/themes/jewelry/button_disabled.xml +++ b/data/themes/jewelry/button_disabled.xml @@ -1,22 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="75"> + <widget type="Window" xpos="41" ypos="75"> + <option name="padding" value="5" /> - <option name="padding" value="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> - <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> - <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> - <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> - <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/button_highlighted.xml b/data/themes/jewelry/button_highlighted.xml index d04272612..c2018dc89 100644 --- a/data/themes/jewelry/button_highlighted.xml +++ b/data/themes/jewelry/button_highlighted.xml @@ -1,22 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="25"> + <widget type="Window" xpos="41" ypos="25"> + <option name="padding" value="5" /> - <option name="padding" value="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> - <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> - <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> - <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> - <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/button_pressed.xml b/data/themes/jewelry/button_pressed.xml index 35b52c9ae..c3db6da2d 100644 --- a/data/themes/jewelry/button_pressed.xml +++ b/data/themes/jewelry/button_pressed.xml @@ -1,22 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="50"> + <widget type="Window" xpos="41" ypos="50"> + <option name="padding" value="5" /> - <option name="padding" value="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> - <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> - <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> - <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> - <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/buy.xml b/data/themes/jewelry/buy.xml index 155d81248..dc0f877a3 100644 --- a/data/themes/jewelry/buy.xml +++ b/data/themes/jewelry/buy.xml @@ -1,30 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> - <option name="showbackground" value="1" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/chat.xml b/data/themes/jewelry/chat.xml index bd0ef9434..28e68f0a9 100644 --- a/data/themes/jewelry/chat.xml +++ b/data/themes/jewelry/chat.xml @@ -1,26 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="109"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="4" /> + <option name="childPalette" value="1" /> - <option name="padding" value="4" /> - <option name="childPalette" value="1" /> + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> - <!-- Top Row --> - <part type="top-left-corner" width="30" height="15" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> - <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> - <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> - <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> - <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - - <part type="stickyImageUp" xpos="-130" ypos="-58" width="19" height="22" /> - <part type="stickyImageDown" xpos="-99" ypos="-58" width="19" height="22" /> - - </widget> + <part type="stickyImageUp" xpos="-130" ypos="-58" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="-58" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/checkbox.xml b/data/themes/jewelry/checkbox.xml index d3e299b96..796d5fd7c 100644 --- a/data/themes/jewelry/checkbox.xml +++ b/data/themes/jewelry/checkbox.xml @@ -1,17 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="190" ypos="0"> + <widget type="Window" xpos="190" ypos="0"> + <option name="padding" value="3" /> + <option name="imagePadding" value="8" /> + <option name="imageSize" value="13" /> + <option name="spacing" value="10" /> - <option name="padding" value="3" /> - <option name="imagePadding" value="8" /> - <option name="imageSize" value="13" /> - <option name="spacing" value="10" /> - - <part type="normal" xpos="0" ypos="0" width="13" height="13" /> - <part type="checked" xpos="0" ypos="13" width="13" height="13" /> - <part type="normal-highlighted" xpos="13" ypos="0" width="13" height="13" /> - <part type="checked-highlighted" xpos="13" ypos="13" width="13" height="13" /> - <part type="disabled" xpos="26" ypos="0" width="13" height="13" /> - <part type="disabled-checked" xpos="26" ypos="13" width="13" height="13" /> - - </widget> + <part type="normal" xpos="0" ypos="0" width="13" height="13" /> + <part type="checked" xpos="0" ypos="13" width="13" height="13" /> + <part type="normal-highlighted" xpos="13" ypos="0" width="13" height="13" /> + <part type="checked-highlighted" xpos="13" ypos="13" width="13" height="13" /> + <part type="disabled" xpos="26" ypos="0" width="13" height="13" /> + <part type="disabled-checked" xpos="26" ypos="13" width="13" height="13" /> + </widget> </skinset> diff --git a/data/themes/jewelry/circle-off.xml b/data/themes/jewelry/circle-off.xml index 110bc1935..b28e3ae96 100644 --- a/data/themes/jewelry/circle-off.xml +++ b/data/themes/jewelry/circle-off.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="105" ypos="164" width="13" height="13" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="105" ypos="164" width="13" height="13" /> + </widget> </skinset> diff --git a/data/themes/jewelry/circle-on.xml b/data/themes/jewelry/circle-on.xml index 7ae624236..962b62232 100644 --- a/data/themes/jewelry/circle-on.xml +++ b/data/themes/jewelry/circle-on.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="89" ypos="164" width="13" height="13" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="89" ypos="164" width="13" height="13" /> + </widget> </skinset> diff --git a/data/themes/jewelry/colors.xml b/data/themes/jewelry/colors.xml index fdde78002..444ad8c96 100644 --- a/data/themes/jewelry/colors.xml +++ b/data/themes/jewelry/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#402600" /> diff --git a/data/themes/jewelry/complete_icon.xml b/data/themes/jewelry/complete_icon.xml index 82eb21afb..5a32e4f8a 100644 --- a/data/themes/jewelry/complete_icon.xml +++ b/data/themes/jewelry/complete_icon.xml @@ -1,7 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - - <part type="standart" xpos="41" ypos="223" width="20" height="18" /> - - </widget> + <widget type="Window"> + <part type="standart" xpos="41" ypos="223" width="20" height="18" /> + </widget> </skinset> diff --git a/data/themes/jewelry/dbutton.xml b/data/themes/jewelry/dbutton.xml index d2c967268..e2c59b161 100644 --- a/data/themes/jewelry/dbutton.xml +++ b/data/themes/jewelry/dbutton.xml @@ -1,24 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="371" ypos="33"> + <widget type="Window" xpos="371" ypos="33"> + <option name="padding" value="20" /> + <option name="x" value="0" /> + <option name="y" value="0" /> - <option name="padding" value="20" /> - <option name="x" value="0" /> - <option name="y" value="0" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="19" height="19" /> + <part type="top-edge" xpos="20" ypos="0" width="10" height="19" /> + <part type="top-right-corner" xpos="31" ypos="0" width="19" height="19" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="19" height="19" /> - <part type="top-edge" xpos="20" ypos="0" width="10" height="19" /> - <part type="top-right-corner" xpos="31" ypos="0" width="19" height="19" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="20" width="19" height="10" /> + <part type="bg-quad" xpos="20" ypos="20" width="10" height="10" /> + <part type="right-edge" xpos="31" ypos="20" width="19" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="20" width="19" height="10" /> - <part type="bg-quad" xpos="20" ypos="20" width="10" height="10" /> - <part type="right-edge" xpos="31" ypos="20" width="19" height="10" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="31" width="19" height="19" /> - <part type="bottom-edge" xpos="20" ypos="31" width="10" height="19" /> - <part type="bottom-right-corner" xpos="31" ypos="31" width="19" height="19" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="31" width="19" height="19" /> + <part type="bottom-edge" xpos="20" ypos="31" width="10" height="19" /> + <part type="bottom-right-corner" xpos="31" ypos="31" width="19" height="19" /> + </widget> </skinset> diff --git a/data/themes/jewelry/didyouknow.xml b/data/themes/jewelry/didyouknow.xml index c5afd3b63..aaa7d6c63 100644 --- a/data/themes/jewelry/didyouknow.xml +++ b/data/themes/jewelry/didyouknow.xml @@ -1,32 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarHeight" value="35" /> + <option name="titlebarBold" value="1" /> + <option name="padding" value="10" /> + <option name="stickySpacing" value="24" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarHeight" value="35" /> - <option name="titlebarBold" value="1" /> - <option name="padding" value="10" /> - <option name="stickySpacing" value="24" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="19" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-115" ypos="51" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/dpad.xml b/data/themes/jewelry/dpad.xml index e2bd2cff7..6f585d181 100644 --- a/data/themes/jewelry/dpad.xml +++ b/data/themes/jewelry/dpad.xml @@ -1,24 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="371" ypos="0"> + <widget type="Window" xpos="371" ypos="0"> + <option name="padding" value="10" /> + <option name="x" value="0" /> + <option name="y" value="0" /> - <option name="padding" value="10" /> - <option name="x" value="0" /> - <option name="y" value="0" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> + <part type="top-edge" xpos="5" ypos="0" width="22" height="5" /> + <part type="top-right-corner" xpos="27" ypos="0" width="5" height="5" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="5" height="5" /> - <part type="top-edge" xpos="5" ypos="0" width="22" 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="22" /> + <part type="bg-quad" xpos="5" ypos="5" width="22" height="22" /> + <part type="right-edge" xpos="27" ypos="5" width="5" height="22" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="5" width="5" height="22" /> - <part type="bg-quad" xpos="5" ypos="5" width="22" height="22" /> - <part type="right-edge" xpos="27" ypos="5" width="5" height="22" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="5" height="5" /> - <part type="bottom-edge" xpos="5" ypos="27" width="22" height="5" /> - <part type="bottom-right-corner" xpos="27" ypos="27" width="5" height="5" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="5" height="5" /> + <part type="bottom-edge" xpos="5" ypos="27" width="22" height="5" /> + <part type="bottom-right-corner" xpos="27" ypos="27" width="5" height="5" /> + </widget> </skinset> diff --git a/data/themes/jewelry/dropdown.xml b/data/themes/jewelry/dropdown.xml index 386f1c26f..cab746e1f 100644 --- a/data/themes/jewelry/dropdown.xml +++ b/data/themes/jewelry/dropdown.xml @@ -1,12 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="89" ypos="132"> - <option name="padding" value="3" /> <option name="frameSize" value="2" /> <option name="imagePadding" value="4" /> <part type="down" xpos="0" ypos="0" width="15" height="15" /> <part type="up" xpos="0" ypos="16" width="15" height="15" /> - </widget> </skinset> diff --git a/data/themes/jewelry/dropdown_background.xml b/data/themes/jewelry/dropdown_background.xml index f8cc88055..657bcd2e9 100644 --- a/data/themes/jewelry/dropdown_background.xml +++ b/data/themes/jewelry/dropdown_background.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <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" /> + <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> + <!-- 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> diff --git a/data/themes/jewelry/dropdown_pressed.xml b/data/themes/jewelry/dropdown_pressed.xml index 0483ba9d9..e6621e100 100644 --- a/data/themes/jewelry/dropdown_pressed.xml +++ b/data/themes/jewelry/dropdown_pressed.xml @@ -1,8 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="105" ypos="132"> - <part type="down" xpos="0" ypos="0" width="15" height="15" /> <part type="up" xpos="0" ypos="16" width="15" height="15" /> - </widget> </skinset> diff --git a/data/themes/jewelry/drops.xml b/data/themes/jewelry/drops.xml index 90eb29ca4..3e533f54f 100644 --- a/data/themes/jewelry/drops.xml +++ b/data/themes/jewelry/drops.xml @@ -1,22 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="152"> + <widget type="Window" xpos="260" ypos="152"> + <option name="padding" value="10" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> - <!-- Top Row --> - <part type="top-left-corner" width="30" height="15" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> - <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> - <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> - <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> - <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> </skinset> diff --git a/data/themes/jewelry/emotes.xml b/data/themes/jewelry/emotes.xml index 90eb29ca4..3e533f54f 100644 --- a/data/themes/jewelry/emotes.xml +++ b/data/themes/jewelry/emotes.xml @@ -1,22 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="152"> + <widget type="Window" xpos="260" ypos="152"> + <option name="padding" value="10" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> - <!-- Top Row --> - <part type="top-left-corner" width="30" height="15" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> - <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> - <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> - <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> - <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> </skinset> diff --git a/data/themes/jewelry/equipment.xml b/data/themes/jewelry/equipment.xml index 78e70e4b2..31dfc1b55 100644 --- a/data/themes/jewelry/equipment.xml +++ b/data/themes/jewelry/equipment.xml @@ -1,34 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + <option name="itemPadding" value="3" /> + <option name="boxSize" value="38" /> + <option name="stickySpacing" value="6" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> - <option name="itemPadding" value="3" /> - <option name="boxSize" value="38" /> - <option name="stickySpacing" value="6" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> - <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/equipment_background.xml b/data/themes/jewelry/equipment_background.xml index f22696093..b762ff33c 100644 --- a/data/themes/jewelry/equipment_background.xml +++ b/data/themes/jewelry/equipment_background.xml @@ -1,8 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="176" ypos="75"> - - <part type="standart" xpos="0" ypos="0" width="38" height="38" /> - <part type="highlighted" xpos="39" ypos="0" width="38" height="38" /> - - </widget> + <widget type="Window" xpos="176" ypos="75"> + <part type="standart" xpos="0" ypos="0" width="38" height="38" /> + <part type="highlighted" xpos="39" ypos="0" width="38" height="38" /> + </widget> </skinset> diff --git a/data/themes/jewelry/help.xml b/data/themes/jewelry/help.xml index a34ec2136..3b6f4dc12 100644 --- a/data/themes/jewelry/help.xml +++ b/data/themes/jewelry/help.xml @@ -1,33 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarHeight" value="35" /> + <option name="titlebarBold" value="1" /> + <option name="padding" value="10" /> + <option name="stickySpacing" value="24" /> + <option name="childPalette" value="2" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarHeight" value="35" /> - <option name="titlebarBold" value="1" /> - <option name="padding" value="10" /> - <option name="stickySpacing" value="24" /> - <option name="childPalette" value="2" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> - <part type="stickyImageDown" xpos="-115" ypos="51" width="19" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-115" ypos="51" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/incomplete_icon.xml b/data/themes/jewelry/incomplete_icon.xml index 311faa0d8..9120ee861 100644 --- a/data/themes/jewelry/incomplete_icon.xml +++ b/data/themes/jewelry/incomplete_icon.xml @@ -1,7 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - - <part type="standart" xpos="63" ypos="223" width="20" height="18" /> - - </widget> + <widget type="Window"> + <part type="standart" xpos="63" ypos="223" width="20" height="18" /> + </widget> </skinset> diff --git a/data/themes/jewelry/info.xml b/data/themes/jewelry/info.xml index d62b32fbb..2b61d2b0c 100644 --- a/data/themes/jewelry/info.xml +++ b/data/themes/jewelry/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>Jewelry</name> <copyright>2012 Hal9000\n2012 ManaPlus developers</copyright> diff --git a/data/themes/jewelry/inventory.xml b/data/themes/jewelry/inventory.xml index 6e523b50e..509498029 100644 --- a/data/themes/jewelry/inventory.xml +++ b/data/themes/jewelry/inventory.xml @@ -1,33 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + <option name="stickySpacing" value="6" /> - <option name="showbackground" value="1" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> - <option name="stickySpacing" value="6" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> - <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/item_selection.xml b/data/themes/jewelry/item_selection.xml index 2fb494892..5acaaa45c 100644 --- a/data/themes/jewelry/item_selection.xml +++ b/data/themes/jewelry/item_selection.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="215" ypos="114" width="38" height="38" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="215" ypos="114" width="38" height="38" /> + </widget> </skinset> diff --git a/data/themes/jewelry/itemcontainer.xml b/data/themes/jewelry/itemcontainer.xml index bb1fdc6b5..6508445a1 100644 --- a/data/themes/jewelry/itemcontainer.xml +++ b/data/themes/jewelry/itemcontainer.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="boxWidth" value="38" /> diff --git a/data/themes/jewelry/itempopup.xml b/data/themes/jewelry/itempopup.xml index c1951618c..2485d209e 100644 --- a/data/themes/jewelry/itempopup.xml +++ b/data/themes/jewelry/itempopup.xml @@ -1,22 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="109"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="10" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> - <!-- Top Row --> - <part type="top-left-corner" width="30" height="15" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> - <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> - <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> - <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> - <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> </skinset> diff --git a/data/themes/jewelry/items.xml b/data/themes/jewelry/items.xml index d9c774d60..faed923eb 100644 --- a/data/themes/jewelry/items.xml +++ b/data/themes/jewelry/items.xml @@ -1,29 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="padding" value="15" /> + <option name="titlebarBold" value="1" /> + <option name="titlePadding" value="25" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="padding" value="15" /> - <option name="titlebarBold" value="1" /> - <option name="titlePadding" value="25" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/keyboard_icon.xml b/data/themes/jewelry/keyboard_icon.xml index ed5773dda..34748ddaf 100644 --- a/data/themes/jewelry/keyboard_icon.xml +++ b/data/themes/jewelry/keyboard_icon.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="padding" value="6" /> diff --git a/data/themes/jewelry/listbox.xml b/data/themes/jewelry/listbox.xml index c18750726..5129469cd 100644 --- a/data/themes/jewelry/listbox.xml +++ b/data/themes/jewelry/listbox.xml @@ -1,11 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> - <option name="padding" value="8" /> <option name="textPadding" value="48" /> <option name="imagePadding" value="2" /> <option name="itemPadding" value="1" /> <option name="spacing" value="0" /> - </widget> </skinset> diff --git a/data/themes/jewelry/login.xml b/data/themes/jewelry/login.xml index 6827a891b..740d9f729 100644 --- a/data/themes/jewelry/login.xml +++ b/data/themes/jewelry/login.xml @@ -1,29 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> - <option name="showbackground" value="1" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-136" ypos="0" width="22" height="22" /> - - </widget> + <part type="closeImage" xpos="-136" ypos="0" width="22" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/map.xml b/data/themes/jewelry/map.xml index cdfe451e0..716dbf8e6 100644 --- a/data/themes/jewelry/map.xml +++ b/data/themes/jewelry/map.xml @@ -1,29 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="109"> + <widget type="Window" xpos="260" ypos="109"> + <option name="captionoffsetx" value="12" /> + <option name="captionoffsety" value="7" /> + <option name="padding" value="10" /> + <option name="titlebarHeight" value="26" /> + <option name="stickySpacing" value="6" /> - <option name="captionoffsetx" value="12" /> - <option name="captionoffsety" value="7" /> - <option name="padding" value="10" /> - <option name="titlebarHeight" value="26" /> - <option name="stickySpacing" value="6" /> + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> - <!-- Top Row --> - <part type="top-left-corner" width="30" height="15" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> - <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> - <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> - <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> - <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - - <part type="stickyImageUp" xpos="-130" ypos="-58" width="19" height="22" /> - <part type="stickyImageDown" xpos="-99" ypos="-58" width="19" height="22" /> - - </widget> + <part type="stickyImageUp" xpos="-130" ypos="-58" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="-58" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/ministatus.xml b/data/themes/jewelry/ministatus.xml index 7db6eda92..3e3fbfc35 100644 --- a/data/themes/jewelry/ministatus.xml +++ b/data/themes/jewelry/ministatus.xml @@ -1,11 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - + <widget type="Window"> <option name="padding" value="5" /> - <option name="spacing" value="3" /> - - <option name="iconPadding" value="3" /> - <option name="iconSpacing" value="2" /> + <option name="spacing" value="3" /> - </widget> + <option name="iconPadding" value="3" /> + <option name="iconSpacing" value="2" /> + </widget> </skinset> diff --git a/data/themes/jewelry/npc.xml b/data/themes/jewelry/npc.xml index d6e2ab0c8..c651b5284 100644 --- a/data/themes/jewelry/npc.xml +++ b/data/themes/jewelry/npc.xml @@ -1,31 +1,30 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="showlistbackground" value="1" /> + <option name="showtextbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> - <option name="showlistbackground" value="1" /> - <option name="showtextbackground" value="1" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/ok.xml b/data/themes/jewelry/ok.xml index bf42a195a..c62df149e 100644 --- a/data/themes/jewelry/ok.xml +++ b/data/themes/jewelry/ok.xml @@ -1,30 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="buttonPadding" value="8" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> - <option name="buttonPadding" value="8" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/playerbox.xml b/data/themes/jewelry/playerbox.xml index 8b9b1b412..3a78cf407 100644 --- a/data/themes/jewelry/playerbox.xml +++ b/data/themes/jewelry/playerbox.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="41" ypos="186"> <option name="drawbackground" value="1" /> diff --git a/data/themes/jewelry/popup.xml b/data/themes/jewelry/popup.xml index bf5294cee..b333d40e4 100644 --- a/data/themes/jewelry/popup.xml +++ b/data/themes/jewelry/popup.xml @@ -1,23 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="109"> + <widget type="Window" xpos="260" ypos="109"> + <option name="padding" value="10" /> + <option name="palette" value="1" /> - <option name="padding" value="10" /> - <option name="palette" value="1" /> + <!-- Top Row --> + <part type="top-left-corner" width="30" height="15" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> - <!-- Top Row --> - <part type="top-left-corner" width="30" height="15" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="15" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="15" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> + <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> + <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="16" width="30" height="10" /> - <part type="bg-quad" xpos="31" ypos="16" width="48" height="10" /> - <part type="right-edge" xpos="80" ypos="16" width="30" height="10" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> - <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> - <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="27" width="30" height="14" /> + <part type="bottom-edge" xpos="31" ypos="27" width="48" height="14" /> + <part type="bottom-right-corner" xpos="80" ypos="27" width="30" height="14" /> + </widget> </skinset> diff --git a/data/themes/jewelry/popuplist.xml b/data/themes/jewelry/popuplist.xml index f8cc88055..657bcd2e9 100644 --- a/data/themes/jewelry/popuplist.xml +++ b/data/themes/jewelry/popuplist.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <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" /> + <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> + <!-- 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> diff --git a/data/themes/jewelry/progressbar.xml b/data/themes/jewelry/progressbar.xml index 9f8032ca4..f1ec4be26 100644 --- a/data/themes/jewelry/progressbar.xml +++ b/data/themes/jewelry/progressbar.xml @@ -1,23 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="80" ypos="186"> + <widget type="Window" xpos="80" ypos="186"> + <option name="padding" value="3" /> + <option name="fillPadding" value="4" /> - <option name="padding" value="3" /> - <option name="fillPadding" value="4" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="2" height="4" /> + <part type="top-right-corner" xpos="6" ypos="0" width="4" height="4" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> - <part type="top-edge" xpos="4" ypos="0" width="2" height="4" /> - <part type="top-right-corner" xpos="6" ypos="0" width="4" height="4" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="14" /> + <part type="bg-quad" xpos="4" ypos="4" width="2" height="14" /> + <part type="right-edge" xpos="6" ypos="4" width="4" height="14" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="4" height="14" /> - <part type="bg-quad" xpos="4" ypos="4" width="2" height="14" /> - <part type="right-edge" xpos="6" ypos="4" width="4" height="14" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="18" width="4" height="4" /> - <part type="bottom-edge" xpos="4" ypos="18" width="2" height="4" /> - <part type="bottom-right-corner" xpos="6" ypos="18" width="4" height="4" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="18" width="4" height="4" /> + <part type="bottom-edge" xpos="4" ypos="18" width="2" height="4" /> + <part type="bottom-right-corner" xpos="6" ypos="18" width="4" height="4" /> + </widget> </skinset> diff --git a/data/themes/jewelry/quests.xml b/data/themes/jewelry/quests.xml index bf3fdc8b0..594066c87 100644 --- a/data/themes/jewelry/quests.xml +++ b/data/themes/jewelry/quests.xml @@ -1,34 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="showlistbackground" value="1" /> + <option name="showtextbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + <option name="stickySpacing" value="6" /> - <option name="showlistbackground" value="1" /> - <option name="showtextbackground" value="1" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> - <option name="stickySpacing" value="6" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> - <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/radio.xml b/data/themes/jewelry/radio.xml index 6b6c9e4b1..bcec42477 100644 --- a/data/themes/jewelry/radio.xml +++ b/data/themes/jewelry/radio.xml @@ -1,15 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="190" ypos="26"> + <widget type="Window" xpos="190" ypos="26"> + <option name="padding" value="3" /> + <option name="imagePadding" value="8" /> + <option name="imageSize" value="13" /> + <option name="spacing" value="10" /> - <option name="padding" value="3" /> - <option name="imagePadding" value="8" /> - <option name="imageSize" value="13" /> - <option name="spacing" value="10" /> - - <part type="out" xpos="0" ypos="0" width="13" height="13" /> - <part type="in" xpos="0" ypos="13" width="13" height="13" /> - <part type="out-highlighted" xpos="13" ypos="0" width="13" height="13" /> - <part type="in-highlighted" xpos="13" ypos="13" width="13" height="13" /> - - </widget> + <part type="out" xpos="0" ypos="0" width="13" height="13" /> + <part type="in" xpos="0" ypos="13" width="13" height="13" /> + <part type="out-highlighted" xpos="13" ypos="0" width="13" height="13" /> + <part type="in-highlighted" xpos="13" ypos="13" width="13" height="13" /> + </widget> </skinset> diff --git a/data/themes/jewelry/resize.xml b/data/themes/jewelry/resize.xml index ff5160019..834390138 100644 --- a/data/themes/jewelry/resize.xml +++ b/data/themes/jewelry/resize.xml @@ -1,5 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - <part type="standart" xpos="145" ypos="0" width="13" height="13" /> - </widget> + <widget type="Window"> + <part type="standart" xpos="145" ypos="0" width="13" height="13" /> + </widget> </skinset> diff --git a/data/themes/jewelry/scroll.xml b/data/themes/jewelry/scroll.xml index 718ee1c26..6d2181160 100644 --- a/data/themes/jewelry/scroll.xml +++ b/data/themes/jewelry/scroll.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="164"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="5" height="4" /> - <part type="top-edge" xpos="5" ypos="0" width="1" height="4" /> - <part type="top-right-corner" xpos="6" ypos="0" width="5" height="4" /> + <widget type="Window" xpos="41" ypos="164"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="4" /> + <part type="top-edge" xpos="5" ypos="0" width="1" height="4" /> + <part type="top-right-corner" xpos="6" ypos="0" width="5" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="5" height="11" /> - <part type="bg-quad" xpos="5" ypos="4" width="1" height="11" /> - <part type="right-edge" xpos="6" ypos="4" width="5" height="11" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="5" height="11" /> + <part type="bg-quad" xpos="5" ypos="4" width="1" height="11" /> + <part type="right-edge" xpos="6" ypos="4" width="5" height="11" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="15" width="5" height="4" /> - <part type="bottom-edge" xpos="5" ypos="15" width="1" height="4" /> - <part type="bottom-right-corner" xpos="6" ypos="15" width="5" height="4" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="15" width="5" height="4" /> + <part type="bottom-edge" xpos="5" ypos="15" width="1" height="4" /> + <part type="bottom-right-corner" xpos="6" ypos="15" width="5" height="4" /> + </widget> </skinset> diff --git a/data/themes/jewelry/scroll_background.xml b/data/themes/jewelry/scroll_background.xml index f8cc88055..657bcd2e9 100644 --- a/data/themes/jewelry/scroll_background.xml +++ b/data/themes/jewelry/scroll_background.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <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" /> + <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> + <!-- 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> diff --git a/data/themes/jewelry/scroll_highlighted.xml b/data/themes/jewelry/scroll_highlighted.xml index f6cce5e52..0521a6400 100644 --- a/data/themes/jewelry/scroll_highlighted.xml +++ b/data/themes/jewelry/scroll_highlighted.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="57" ypos="164"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="5" height="4" /> - <part type="top-edge" xpos="5" ypos="0" width="1" height="4" /> - <part type="top-right-corner" xpos="6" ypos="0" width="5" height="4" /> + <widget type="Window" xpos="57" ypos="164"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="5" height="4" /> + <part type="top-edge" xpos="5" ypos="0" width="1" height="4" /> + <part type="top-right-corner" xpos="6" ypos="0" width="5" height="4" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="5" height="11" /> - <part type="bg-quad" xpos="5" ypos="4" width="1" height="11" /> - <part type="right-edge" xpos="6" ypos="4" width="5" height="11" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="5" height="11" /> + <part type="bg-quad" xpos="5" ypos="4" width="1" height="11" /> + <part type="right-edge" xpos="6" ypos="4" width="5" height="11" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="15" width="5" height="4" /> - <part type="bottom-edge" xpos="5" ypos="15" width="1" height="4" /> - <part type="bottom-right-corner" xpos="6" ypos="15" width="5" height="4" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="15" width="5" height="4" /> + <part type="bottom-edge" xpos="5" ypos="15" width="1" height="4" /> + <part type="bottom-right-corner" xpos="6" ypos="15" width="5" height="4" /> + </widget> </skinset> diff --git a/data/themes/jewelry/scroll_vbackground.xml b/data/themes/jewelry/scroll_vbackground.xml index 2bd1ca982..bc7f46ea7 100644 --- a/data/themes/jewelry/scroll_vbackground.xml +++ b/data/themes/jewelry/scroll_vbackground.xml @@ -1,13 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="105" ypos="186"> + <widget type="Window" xpos="105" ypos="186"> + <!-- Top Row --> + <part type="top-edge" xpos="0" ypos="0" width="10" height="11" /> - <!-- Top Row --> - <part type="top-edge" xpos="0" ypos="0" width="10" height="11" /> + <!-- Middle Row --> + <part type="bg-quad" xpos="16" ypos="0" width="10" height="11" /> - <!-- Middle Row --> - <part type="bg-quad" xpos="16" ypos="0" width="10" height="11" /> - - <!-- Bottom Row --> - <part type="bottom-edge" xpos="32" ypos="0" width="10" height="11" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-edge" xpos="32" ypos="0" width="10" height="11" /> + </widget> </skinset> diff --git a/data/themes/jewelry/scrollbuttons.xml b/data/themes/jewelry/scrollbuttons.xml index 2c57cd0ba..381f102ba 100644 --- a/data/themes/jewelry/scrollbuttons.xml +++ b/data/themes/jewelry/scrollbuttons.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="41" ypos="100"> <part type="left" xpos="0" ypos="0" width="12" height="12" /> diff --git a/data/themes/jewelry/scrollbuttons_pressed.xml b/data/themes/jewelry/scrollbuttons_pressed.xml index f4fb89f15..d278742d6 100644 --- a/data/themes/jewelry/scrollbuttons_pressed.xml +++ b/data/themes/jewelry/scrollbuttons_pressed.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="57" ypos="100"> <part type="left" xpos="0" ypos="0" width="12" height="12" /> diff --git a/data/themes/jewelry/sell.xml b/data/themes/jewelry/sell.xml index 155d81248..dc0f877a3 100644 --- a/data/themes/jewelry/sell.xml +++ b/data/themes/jewelry/sell.xml @@ -1,30 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> - <option name="showbackground" value="1" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/server.xml b/data/themes/jewelry/server.xml index 155d81248..dc0f877a3 100644 --- a/data/themes/jewelry/server.xml +++ b/data/themes/jewelry/server.xml @@ -1,30 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="showbackground" value="1" /> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> - <option name="showbackground" value="1" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/shop.xml b/data/themes/jewelry/shop.xml index 008ddca79..dda68e41c 100644 --- a/data/themes/jewelry/shop.xml +++ b/data/themes/jewelry/shop.xml @@ -1,6 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> - <option name="showbuybackground" value="1" /> <option name="showsellbackground" value="1" /> <option name="captionoffsetx" value="20" /> @@ -26,6 +26,5 @@ <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - </widget> </skinset> diff --git a/data/themes/jewelry/slider.xml b/data/themes/jewelry/slider.xml index dbc4818d0..63bc37445 100644 --- a/data/themes/jewelry/slider.xml +++ b/data/themes/jewelry/slider.xml @@ -1,13 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="137" ypos="132"> - <part type="hstart" xpos="16" ypos="0" width="4" height="7" /> - <part type="hmiddle" xpos="20" ypos="0" width="7" height="7" /> - <part type="hend" xpos="27" ypos="0" width="4" height="7" /> - <part type="hgrip" xpos="0" ypos="0" width="13" height="13" /> + <widget type="Window" xpos="137" ypos="132"> + <part type="hstart" xpos="16" ypos="0" width="4" height="7" /> + <part type="hmiddle" xpos="20" ypos="0" width="7" height="7" /> + <part type="hend" xpos="27" ypos="0" width="4" height="7" /> + <part type="hgrip" xpos="0" ypos="0" width="13" height="13" /> - <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> - <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> - <part type="vend" xpos="0" ypos="18" width="6" height="9" /> - <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> - </widget> + <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> + <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> + <part type="vend" xpos="0" ypos="18" width="6" height="9" /> + <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/slider_highlighted.xml b/data/themes/jewelry/slider_highlighted.xml index 533a05d01..488605a61 100644 --- a/data/themes/jewelry/slider_highlighted.xml +++ b/data/themes/jewelry/slider_highlighted.xml @@ -1,13 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="137" ypos="148"> - <part type="hstart" xpos="16" ypos="0" width="4" height="7" /> - <part type="hmiddle" xpos="20" ypos="0" width="7" height="7" /> - <part type="hend" xpos="27" ypos="0" width="4" height="7" /> - <part type="hgrip" xpos="0" ypos="0" width="13" height="13" /> + <widget type="Window" xpos="137" ypos="148"> + <part type="hstart" xpos="16" ypos="0" width="4" height="7" /> + <part type="hmiddle" xpos="20" ypos="0" width="7" height="7" /> + <part type="hend" xpos="27" ypos="0" width="4" height="7" /> + <part type="hgrip" xpos="0" ypos="0" width="13" height="13" /> - <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> - <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> - <part type="vend" xpos="0" ypos="18" width="6" height="9" /> - <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> - </widget> + <part type="vstart" xpos="0" ypos="6" width="6" height="4" /> + <part type="vmiddle" xpos="0" ypos="10" width="6" height="8" /> + <part type="vend" xpos="0" ypos="18" width="6" height="9" /> + <part type="vgrip" xpos="6" ypos="7" width="9" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/social.xml b/data/themes/jewelry/social.xml index 16ac9e0a6..75bc9e5b8 100644 --- a/data/themes/jewelry/social.xml +++ b/data/themes/jewelry/social.xml @@ -1,33 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + <option name="showtabbackground" value="1" /> + <option name="stickySpacing" value="6" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> - <option name="showtabbackground" value="1" /> - <option name="stickySpacing" value="6" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> - <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/spells.xml b/data/themes/jewelry/spells.xml index d9c774d60..faed923eb 100644 --- a/data/themes/jewelry/spells.xml +++ b/data/themes/jewelry/spells.xml @@ -1,29 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="padding" value="15" /> + <option name="titlebarBold" value="1" /> + <option name="titlePadding" value="25" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="padding" value="15" /> - <option name="titlebarBold" value="1" /> - <option name="titlePadding" value="25" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/status.xml b/data/themes/jewelry/status.xml index 282d5c0d8..bb5ba0aa5 100644 --- a/data/themes/jewelry/status.xml +++ b/data/themes/jewelry/status.xml @@ -1,32 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarHeight" value="35" /> + <option name="titlebarBold" value="1" /> + <option name="padding" value="10" /> + <option name="stickySpacing" value="6" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarHeight" value="35" /> - <option name="titlebarBold" value="1" /> - <option name="padding" value="10" /> - <option name="stickySpacing" value="6" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> - <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/tab.xml b/data/themes/jewelry/tab.xml index 138cc962e..610031d7b 100644 --- a/data/themes/jewelry/tab.xml +++ b/data/themes/jewelry/tab.xml @@ -1,22 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="68" ypos="0"> + <widget type="Window" xpos="68" ypos="0"> + <option name="padding" value="5" /> - <option name="padding" value="5" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> - <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> - <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> - <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> - <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> - - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/tab_highlighted.xml b/data/themes/jewelry/tab_highlighted.xml index 1d9c55790..3c0e19a17 100644 --- a/data/themes/jewelry/tab_highlighted.xml +++ b/data/themes/jewelry/tab_highlighted.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="68" ypos="25"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + <widget type="Window" xpos="68" ypos="25"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> - <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> - <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> - <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> - <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/tab_selected.xml b/data/themes/jewelry/tab_selected.xml index a5235916e..679ae58aa 100644 --- a/data/themes/jewelry/tab_selected.xml +++ b/data/themes/jewelry/tab_selected.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="68" ypos="50"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> + <widget type="Window" xpos="68" ypos="50"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="4" height="10" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> - <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> - <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="2" /> + <part type="bg-quad" xpos="11" ypos="11" width="4" height="2" /> + <part type="right-edge" xpos="16" ypos="11" width="10" height="2" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> - <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> - <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="14" width="10" height="10" /> + <part type="bottom-edge" xpos="11" ypos="14" width="4" height="10" /> + <part type="bottom-right-corner" xpos="16" ypos="14" width="10" height="10" /> + </widget> </skinset> diff --git a/data/themes/jewelry/tab_unused.xml b/data/themes/jewelry/tab_unused.xml index 95b48e695..ed13c1168 100644 --- a/data/themes/jewelry/tab_unused.xml +++ b/data/themes/jewelry/tab_unused.xml @@ -1,18 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="68" ypos="75"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> - <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> - <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> + <widget type="Window" xpos="68" ypos="75"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="5" /> + <part type="top-edge" xpos="9" ypos="0" width="8" height="5" /> + <part type="top-right-corner" xpos="16" ypos="0" width="10" height="5" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> - <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> - <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="10" height="16" /> + <part type="bg-quad" xpos="9" ypos="4" width="8" height="16" /> + <part type="right-edge" xpos="16" ypos="4" width="10" height="16" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> - <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> - <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="19" width="10" height="5" /> + <part type="bottom-edge" xpos="9" ypos="19" width="8" height="5" /> + <part type="bottom-right-corner" xpos="16" ypos="19" width="10" height="5" /> + </widget> </skinset> diff --git a/data/themes/jewelry/textfield.xml b/data/themes/jewelry/textfield.xml index 870b75d72..8df1885ff 100644 --- a/data/themes/jewelry/textfield.xml +++ b/data/themes/jewelry/textfield.xml @@ -1,23 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="186"> + <widget type="Window" xpos="41" ypos="186"> + <option name="padding" value="4" /> + <option name="frameSize" value="2" /> - <option name="padding" value="4" /> - <option name="frameSize" value="2" /> + <!-- 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" /> - <!-- 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" /> - <!-- 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> + <!-- 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> diff --git a/data/themes/jewelry/window.xml b/data/themes/jewelry/window.xml index a65ff9287..e4e11476a 100644 --- a/data/themes/jewelry/window.xml +++ b/data/themes/jewelry/window.xml @@ -1,32 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> + <option name="captionoffsetx" value="20" /> + <option name="captionoffsety" value="7" /> + <option name="titlebarBold" value="1" /> + <option name="titlebarHeight" value="35" /> + <option name="padding" value="10" /> + <option name="stickySpacing" value="6" /> - <option name="captionoffsetx" value="20" /> - <option name="captionoffsety" value="7" /> - <option name="titlebarBold" value="1" /> - <option name="titlebarHeight" value="35" /> - <option name="padding" value="10" /> - <option name="stickySpacing" value="6" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> + <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> + <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" /> - <part type="top-edge" xpos="31" ypos="0" width="48" height="53" /> - <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> + <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> + <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="54" width="30" height="24" /> - <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" /> - <part type="right-edge" xpos="80" ypos="54" width="30" height="24" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> + <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> + <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" /> - <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" /> - <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" /> - - <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> - <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> - <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> - - </widget> + <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> + <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> + <part type="stickyImageUp" xpos="-130" ypos="51" width="19" height="22" /> + <part type="stickyImageDown" xpos="-99" ypos="51" width="19" height="22" /> + </widget> </skinset> diff --git a/data/themes/jewelry/windowmenu.xml b/data/themes/jewelry/windowmenu.xml index 06f20bf2f..b998c47ad 100644 --- a/data/themes/jewelry/windowmenu.xml +++ b/data/themes/jewelry/windowmenu.xml @@ -1,8 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window"> - + <widget type="Window"> <option name="padding" value="4" /> <option name="spacing" value="3" /> - - </widget> + </widget> </skinset> diff --git a/data/themes/jewelry/world.xml b/data/themes/jewelry/world.xml index 3de361207..dc0f877a3 100644 --- a/data/themes/jewelry/world.xml +++ b/data/themes/jewelry/world.xml @@ -1,6 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> - <option name="showbackground" value="1" /> <option name="captionoffsetx" value="20" /> <option name="captionoffsety" value="7" /> @@ -25,6 +25,5 @@ <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" /> <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" /> - </widget> </skinset> diff --git a/data/themes/mana/colors.xml b/data/themes/mana/colors.xml index bd394f901..c15ca9141 100644 --- a/data/themes/mana/colors.xml +++ b/data/themes/mana/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#000000" /> diff --git a/data/themes/mana/info.xml b/data/themes/mana/info.xml index 994939d00..d68965729 100644 --- a/data/themes/mana/info.xml +++ b/data/themes/mana/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>mana</name> <copyright>2004-2009 The Mana World Development Team\n2009-2010 The Mana Developers\n2011-2012 The ManaPlus Developers</copyright> diff --git a/data/themes/mana/npc.xml b/data/themes/mana/npc.xml index 04664d19d..0d208300c 100644 --- a/data/themes/mana/npc.xml +++ b/data/themes/mana/npc.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showlistbackground" value="1" /> diff --git a/data/themes/mana/quests.xml b/data/themes/mana/quests.xml index 04664d19d..0d208300c 100644 --- a/data/themes/mana/quests.xml +++ b/data/themes/mana/quests.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showlistbackground" value="1" /> diff --git a/data/themes/mana/social.xml b/data/themes/mana/social.xml index db05a14fb..6113ec61b 100644 --- a/data/themes/mana/social.xml +++ b/data/themes/mana/social.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window"> <option name="showtabbackground" value="1" /> diff --git a/data/themes/pink/buy.xml b/data/themes/pink/buy.xml index f6ffe5cc9..effd5d24f 100644 --- a/data/themes/pink/buy.xml +++ b/data/themes/pink/buy.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="250" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/pink/colors.xml b/data/themes/pink/colors.xml index a30652fdb..37823138f 100644 --- a/data/themes/pink/colors.xml +++ b/data/themes/pink/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#FF00FF" /> diff --git a/data/themes/pink/equipment.xml b/data/themes/pink/equipment.xml index 3a7f2e374..01ada23e3 100644 --- a/data/themes/pink/equipment.xml +++ b/data/themes/pink/equipment.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="250" ypos="0"> + <widget type="Window" xpos="250" ypos="0"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> - <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> + <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> - <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> - <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> + <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> + <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> - <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> - <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> + <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> + <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> - <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> + <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> + <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/pink/info.xml b/data/themes/pink/info.xml index e77d203c2..dc3a7e376 100644 --- a/data/themes/pink/info.xml +++ b/data/themes/pink/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>Pink</name> <copyright>2011 Aline Ferraz de Souza\n2011-2012 ManaPlus Developers</copyright> diff --git a/data/themes/pink/inventory.xml b/data/themes/pink/inventory.xml index f6ffe5cc9..effd5d24f 100644 --- a/data/themes/pink/inventory.xml +++ b/data/themes/pink/inventory.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="250" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/pink/ok.xml b/data/themes/pink/ok.xml index 00b902f09..0dd68d3bd 100644 --- a/data/themes/pink/ok.xml +++ b/data/themes/pink/ok.xml @@ -1,24 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="250" ypos="0"> + <widget type="Window" xpos="250" ypos="0"> <option name="buttonPadding" value="8" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> - <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> + <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> - <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> - <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> + <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> + <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> - <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> - <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> + <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> + <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> - <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> + <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> + <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/pink/popup.xml b/data/themes/pink/popup.xml index d9ed2522b..8c923e2a9 100644 --- a/data/themes/pink/popup.xml +++ b/data/themes/pink/popup.xml @@ -1,23 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="250" ypos="0"> + <widget type="Window" xpos="250" ypos="0"> <option name="padding" value="5" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> - <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> + <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> - <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> - <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> + <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> + <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> - <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> - <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> + <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> + <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> - <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> + <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> + <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/pink/progressbar.xml b/data/themes/pink/progressbar.xml index f8d3563e2..83529fd62 100644 --- a/data/themes/pink/progressbar.xml +++ b/data/themes/pink/progressbar.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="250" ypos="0"> + <widget type="Window" xpos="250" ypos="0"> <option name="padding" value="1" /> <option name="fillPadding" value="3" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> - <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> + <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> - <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> - <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> + <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> + <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> - <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> - <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> + <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> + <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> - <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> + <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> + <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/pink/quests.xml b/data/themes/pink/quests.xml index 98d3c754c..6055f6a83 100644 --- a/data/themes/pink/quests.xml +++ b/data/themes/pink/quests.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="250" ypos="0"> <option name="showlistbackground" value="1" /> diff --git a/data/themes/pink/sell.xml b/data/themes/pink/sell.xml index f6ffe5cc9..effd5d24f 100644 --- a/data/themes/pink/sell.xml +++ b/data/themes/pink/sell.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="250" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/pink/server.xml b/data/themes/pink/server.xml index f6ffe5cc9..effd5d24f 100644 --- a/data/themes/pink/server.xml +++ b/data/themes/pink/server.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="250" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/pink/shop.xml b/data/themes/pink/shop.xml index 87be730a7..949f15430 100644 --- a/data/themes/pink/shop.xml +++ b/data/themes/pink/shop.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="250" ypos="0"> <option name="showbuybackground" value="1" /> diff --git a/data/themes/pink/window.xml b/data/themes/pink/window.xml index 0192aa991..dbfa79ad0 100644 --- a/data/themes/pink/window.xml +++ b/data/themes/pink/window.xml @@ -1,22 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="250" ypos="0"> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> - <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> + <widget type="Window" xpos="250" ypos="0"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="0" ypos="10" width="10" height="10" /> + <part type="top-right-corner" xpos="0" ypos="20" width="10" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> - <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> - <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="30" width="10" height="10" /> + <part type="bg-quad" xpos="0" ypos="40" width="10" height="10" /> + <part type="right-edge" xpos="0" ypos="50" width="10" height="10" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> - <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> - <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="60" width="10" height="10" /> + <part type="bottom-edge" xpos="0" ypos="70" width="10" height="10" /> + <part type="bottom-right-corner" xpos="10" ypos="0" width="132" height="134" /> - <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> - <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> - <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> - </widget> + <part type="closeImage" xpos="-120" ypos="0" width="15" height="15" /> + <part type="stickyImageUp" xpos="-120" ypos="51" width="15" height="15" /> + <part type="stickyImageDown" xpos="-105" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/pink/world.xml b/data/themes/pink/world.xml index f6ffe5cc9..effd5d24f 100644 --- a/data/themes/pink/world.xml +++ b/data/themes/pink/world.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="250" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/unity/buy.xml b/data/themes/unity/buy.xml index 9311e5d26..ef63a0c83 100644 --- a/data/themes/unity/buy.xml +++ b/data/themes/unity/buy.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="10" /> diff --git a/data/themes/unity/char.xml b/data/themes/unity/char.xml index 5b9c25bdb..f6ff6c264 100644 --- a/data/themes/unity/char.xml +++ b/data/themes/unity/char.xml @@ -1,19 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <!-- <option name="padding" value="5" /> --> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <widget type="Window" xpos="260" ypos="0"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + </widget> </skinset> diff --git a/data/themes/unity/colors.xml b/data/themes/unity/colors.xml index 2f53b3cbe..eab87aca2 100644 --- a/data/themes/unity/colors.xml +++ b/data/themes/unity/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#E0E0E0" /> diff --git a/data/themes/unity/equipment.xml b/data/themes/unity/equipment.xml index 763826259..3c75fc0fd 100644 --- a/data/themes/unity/equipment.xml +++ b/data/themes/unity/equipment.xml @@ -1,26 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> - <option name="padding" value="10" /> + <option name="padding" value="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/unity/info.xml b/data/themes/unity/info.xml index 6f587e010..7cfb3d2f5 100644 --- a/data/themes/unity/info.xml +++ b/data/themes/unity/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>Unity</name> <copyright>2011 Aline Ferraz de Souza\n2011-2012 ManaPlus Developers</copyright> diff --git a/data/themes/unity/inventory.xml b/data/themes/unity/inventory.xml index dde95c2f9..aea7ca8f8 100644 --- a/data/themes/unity/inventory.xml +++ b/data/themes/unity/inventory.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/unity/npc.xml b/data/themes/unity/npc.xml index c2256ab35..5d3d2941c 100644 --- a/data/themes/unity/npc.xml +++ b/data/themes/unity/npc.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showlistbackground" value="1" /> diff --git a/data/themes/unity/ok.xml b/data/themes/unity/ok.xml index 5ebf31e3e..ac19b1c60 100644 --- a/data/themes/unity/ok.xml +++ b/data/themes/unity/ok.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> + <widget type="Window" xpos="260" ypos="0"> + <option name="padding" value="10" /> <option name="buttonPadding" value="8" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/unity/popup.xml b/data/themes/unity/popup.xml index 4059063aa..c1f0034bb 100644 --- a/data/themes/unity/popup.xml +++ b/data/themes/unity/popup.xml @@ -1,19 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="6" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - </widget> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + </widget> </skinset> diff --git a/data/themes/unity/progressbar.xml b/data/themes/unity/progressbar.xml index 44d1e58f7..96a8af783 100644 --- a/data/themes/unity/progressbar.xml +++ b/data/themes/unity/progressbar.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="7" /> <option name="fillPadding" value="9" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/unity/quests.xml b/data/themes/unity/quests.xml index 16283c02d..f870937e5 100644 --- a/data/themes/unity/quests.xml +++ b/data/themes/unity/quests.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="10" /> diff --git a/data/themes/unity/sell.xml b/data/themes/unity/sell.xml index 9311e5d26..ef63a0c83 100644 --- a/data/themes/unity/sell.xml +++ b/data/themes/unity/sell.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="10" /> diff --git a/data/themes/unity/server.xml b/data/themes/unity/server.xml index 9311e5d26..ef63a0c83 100644 --- a/data/themes/unity/server.xml +++ b/data/themes/unity/server.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="10" /> diff --git a/data/themes/unity/shop.xml b/data/themes/unity/shop.xml index b0b2e0219..0ced680fd 100644 --- a/data/themes/unity/shop.xml +++ b/data/themes/unity/shop.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="10" /> diff --git a/data/themes/unity/social.xml b/data/themes/unity/social.xml index 0af4a3818..f7762e1df 100644 --- a/data/themes/unity/social.xml +++ b/data/themes/unity/social.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showtabbackground" value="1" /> diff --git a/data/themes/unity/window.xml b/data/themes/unity/window.xml index 74ff48915..e59c22879 100644 --- a/data/themes/unity/window.xml +++ b/data/themes/unity/window.xml @@ -1,23 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <option name="padding" value="10" /> - <!-- Top Row --> - <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <widget type="Window" xpos="260" ypos="0"> + <option name="padding" value="10" /> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/unity/world.xml b/data/themes/unity/world.xml index 9311e5d26..ef63a0c83 100644 --- a/data/themes/unity/world.xml +++ b/data/themes/unity/world.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="10" /> diff --git a/data/themes/wood/buy.xml b/data/themes/wood/buy.xml index 39c568e78..a51183d53 100644 --- a/data/themes/wood/buy.xml +++ b/data/themes/wood/buy.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/wood/colors.xml b/data/themes/wood/colors.xml index 7b6125439..3a7a0ea4d 100644 --- a/data/themes/wood/colors.xml +++ b/data/themes/wood/colors.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <colors> <palette id="0"> <color id="BROWSERBOX" color="#000000" /> diff --git a/data/themes/wood/equipment.xml b/data/themes/wood/equipment.xml index 26ff1c834..08d3a2a1e 100644 --- a/data/themes/wood/equipment.xml +++ b/data/themes/wood/equipment.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> <option name="itemPadding" value="2" /> <option name="boxSize" value="36" /> - <!-- Top Row --> - <part type="top-left-corner" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/wood/info.xml b/data/themes/wood/info.xml index 8e35d65ad..8abd812f9 100644 --- a/data/themes/wood/info.xml +++ b/data/themes/wood/info.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <info> <name>Wood</name> <copyright>Vianney Rousset\n2004-2009 The Mana World Development Team\n2009-2010 The Mana Developers\n2011-2012 ManaPlus Developers</copyright> diff --git a/data/themes/wood/inventory.xml b/data/themes/wood/inventory.xml index 39c568e78..a51183d53 100644 --- a/data/themes/wood/inventory.xml +++ b/data/themes/wood/inventory.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/wood/ok.xml b/data/themes/wood/ok.xml index f328e63b9..d9ad0a034 100644 --- a/data/themes/wood/ok.xml +++ b/data/themes/wood/ok.xml @@ -1,24 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> <option name="buttonPadding" value="8" /> - <!-- Top Row --> - <part type="top-left-corner" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/wood/popup.xml b/data/themes/wood/popup.xml index 1a1964af5..f8d88c101 100644 --- a/data/themes/wood/popup.xml +++ b/data/themes/wood/popup.xml @@ -1,23 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="6" /> - <!-- Top Row --> - <part type="top-left-corner" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/wood/progressbar.xml b/data/themes/wood/progressbar.xml index 5a0113287..4e5479313 100644 --- a/data/themes/wood/progressbar.xml +++ b/data/themes/wood/progressbar.xml @@ -1,25 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> + <widget type="Window" xpos="260" ypos="0"> <option name="padding" value="1" /> <option name="fillPadding" value="3" /> - <!-- Top Row --> - <part type="top-left-corner" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <!-- Top Row --> + <part type="top-left-corner" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/wood/quests.xml b/data/themes/wood/quests.xml index 1ecdb91ad..d2824d3f8 100644 --- a/data/themes/wood/quests.xml +++ b/data/themes/wood/quests.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showlistbackground" value="1" /> diff --git a/data/themes/wood/sell.xml b/data/themes/wood/sell.xml index 39c568e78..a51183d53 100644 --- a/data/themes/wood/sell.xml +++ b/data/themes/wood/sell.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/wood/server.xml b/data/themes/wood/server.xml index 39c568e78..a51183d53 100644 --- a/data/themes/wood/server.xml +++ b/data/themes/wood/server.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/themes/wood/shop.xml b/data/themes/wood/shop.xml index 0ca7971a6..7f8828f06 100644 --- a/data/themes/wood/shop.xml +++ b/data/themes/wood/shop.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showbuybackground" value="1" /> diff --git a/data/themes/wood/window.xml b/data/themes/wood/window.xml index 47bc2f1ac..0ed48061a 100644 --- a/data/themes/wood/window.xml +++ b/data/themes/wood/window.xml @@ -1,22 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="260" ypos="0"> - <!-- Top Row --> - <part type="top-left-corner" width="10" height="10" /> - <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> - <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> + <widget type="Window" xpos="260" ypos="0"> + <!-- Top Row --> + <part type="top-left-corner" width="10" height="10" /> + <part type="top-edge" xpos="11" ypos="0" width="127" height="10" /> + <part type="top-right-corner" xpos="139" ypos="0" width="12" height="10" /> - <!-- Middle Row --> - <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> - <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> - <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="11" width="10" height="81" /> + <part type="bg-quad" xpos="11" ypos="11" width="127" height="81" /> + <part type="right-edge" xpos="139" ypos="11" width="12" height="81" /> - <!-- Bottom Row --> - <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> - <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> - <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="93" width="10" height="12" /> + <part type="bottom-edge" xpos="11" ypos="93" width="127" height="12" /> + <part type="bottom-right-corner" xpos="139" ypos="93" width="12" height="12" /> - <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="-115" ypos="51" width="15" height="15" /> - </widget> + <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="-115" ypos="51" width="15" height="15" /> + </widget> </skinset> diff --git a/data/themes/wood/world.xml b/data/themes/wood/world.xml index 39c568e78..a51183d53 100644 --- a/data/themes/wood/world.xml +++ b/data/themes/wood/world.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> <widget type="Window" xpos="260" ypos="0"> <option name="showbackground" value="1" /> diff --git a/data/tmw/tmw.manaplus b/data/tmw/tmw.manaplus index 47688e1d0..4755094a6 100644 --- a/data/tmw/tmw.manaplus +++ b/data/tmw/tmw.manaplus @@ -1,17 +1,16 @@ -<?xml version="1.0"?> - +<?xml version="1.0" encoding="utf-8"?> <configuration> - <option name="appName" value="The Mana World"/> - <option name="appShort" value="mana"/> - <option name="appIcon" value="icons/manaplus.png"/> - <option name="loginMusic" value="Magick - Real.ogg"/> - <option name="onlineServerList" value="http://manasource.org/serverlist.xml"/> - <option name="defaultServer" value="server.themanaworld.org"/> - <option name="defaultPort" value="6901"/> - <option name="defaultServerType" value="evol"/> - <option name="font" value="fonts/dejavusans.ttf" /> - <option name="boldFont" value="fonts/dejavusans-bold.ttf" /> - <option name="theme" value="wood" /> - <option name="wallpapersPath" value="tmw/images/" /> - <option name="wallpaperFile" value="loginwallpaper_800x600.png" /> + <option name="appName" value="The Mana World"/> + <option name="appShort" value="mana"/> + <option name="appIcon" value="icons/manaplus.png"/> + <option name="loginMusic" value="Magick - Real.ogg"/> + <option name="onlineServerList" value="http://manasource.org/serverlist.xml"/> + <option name="defaultServer" value="server.themanaworld.org"/> + <option name="defaultPort" value="6901"/> + <option name="defaultServerType" value="evol"/> + <option name="font" value="fonts/dejavusans.ttf" /> + <option name="boldFont" value="fonts/dejavusans-bold.ttf" /> + <option name="theme" value="wood" /> + <option name="wallpapersPath" value="tmw/images/" /> + <option name="wallpaperFile" value="loginwallpaper_800x600.png" /> </configuration> |