summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-07-21 20:31:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-07-21 20:31:27 +0300
commit8e3f06edfa547e4a6f0f03e91e05eb1fdab29464 (patch)
treee2b5c7ecc8a80db1b7d02cb9506ca5f48b7b7db6 /data
parent676e44c2137e5b3405425a758c1ef00ad23adcb3 (diff)
downloadplus-8e3f06edfa547e4a6f0f03e91e05eb1fdab29464.tar.gz
plus-8e3f06edfa547e4a6f0f03e91e05eb1fdab29464.tar.bz2
plus-8e3f06edfa547e4a6f0f03e91e05eb1fdab29464.tar.xz
plus-8e3f06edfa547e4a6f0f03e91e05eb1fdab29464.zip
Fix close and sticky buttons in some themes.
Diffstat (limited to 'data')
-rw-r--r--data/themes/enchilado/window.xml4
-rw-r--r--data/themes/pink/window.xml4
-rw-r--r--data/themes/unity/window.xml4
-rw-r--r--data/themes/wood/window.xml4
4 files changed, 16 insertions, 0 deletions
diff --git a/data/themes/enchilado/window.xml b/data/themes/enchilado/window.xml
index 606e65d8e..607981b10 100644
--- a/data/themes/enchilado/window.xml
+++ b/data/themes/enchilado/window.xml
@@ -14,5 +14,9 @@
<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>
</skinset>
diff --git a/data/themes/pink/window.xml b/data/themes/pink/window.xml
index 2cbe7b30d..0192aa991 100644
--- a/data/themes/pink/window.xml
+++ b/data/themes/pink/window.xml
@@ -14,5 +14,9 @@
<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>
</skinset>
diff --git a/data/themes/unity/window.xml b/data/themes/unity/window.xml
index 5ad20ea68..74ff48915 100644
--- a/data/themes/unity/window.xml
+++ b/data/themes/unity/window.xml
@@ -15,5 +15,9 @@
<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>
</skinset>
diff --git a/data/themes/wood/window.xml b/data/themes/wood/window.xml
index 07c2fb88f..47bc2f1ac 100644
--- a/data/themes/wood/window.xml
+++ b/data/themes/wood/window.xml
@@ -14,5 +14,9 @@
<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>
</skinset>