diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-14 18:46:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-14 18:46:09 +0300 |
commit | 03bf37c6df5b8dd6cee6a9175ddb7a127305dd21 (patch) | |
tree | 2d8858e644a3a5f698a428399a4e0695e7301784 /data/themes/wood/window.xml | |
parent | 2b7c8b1cb8fb22dc260657eda91f429b4fc069b4 (diff) | |
download | plus-03bf37c6df5b8dd6cee6a9175ddb7a127305dd21.tar.gz plus-03bf37c6df5b8dd6cee6a9175ddb7a127305dd21.tar.bz2 plus-03bf37c6df5b8dd6cee6a9175ddb7a127305dd21.tar.xz plus-03bf37c6df5b8dd6cee6a9175ddb7a127305dd21.zip |
Convert wood theme to new format.
Diffstat (limited to 'data/themes/wood/window.xml')
-rw-r--r-- | data/themes/wood/window.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/themes/wood/window.xml b/data/themes/wood/window.xml index 015c6ce32..07c2fb88f 100644 --- a/data/themes/wood/window.xml +++ b/data/themes/wood/window.xml @@ -1,8 +1,7 @@ <skinset name="Default" image="window.png"> - <widget type="Window"> - <!-- <option name="padding" value="5" /> --> + <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-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" /> |