summaryrefslogtreecommitdiff
path: root/data/themes
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-04 11:59:19 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-04 11:59:19 +0300
commitf54248ded370d95586e52b5fd8e14902fb5eec2b (patch)
treeb0f205bb4354c48e3a1fb05d567684f40945a680 /data/themes
parent0282a499894b9ef5cde652dc06c8a073318ab93b (diff)
downloadplus-f54248ded370d95586e52b5fd8e14902fb5eec2b.tar.gz
plus-f54248ded370d95586e52b5fd8e14902fb5eec2b.tar.bz2
plus-f54248ded370d95586e52b5fd8e14902fb5eec2b.tar.xz
plus-f54248ded370d95586e52b5fd8e14902fb5eec2b.zip
show keyboard icon in different densities with different paddings.
Diffstat (limited to 'data/themes')
-rw-r--r--data/themes/jewelry/CMakeLists.txt4
-rw-r--r--data/themes/jewelry/Makefile.am4
-rw-r--r--data/themes/jewelry/keyboard_icon.xml1
-rw-r--r--data/themes/jewelry/keyboard_icon_high.xml22
-rw-r--r--data/themes/jewelry/keyboard_icon_medium.xml22
-rw-r--r--data/themes/jewelry/keyboard_icon_xhigh.xml22
-rw-r--r--data/themes/jewelry/keyboard_icon_xxhigh.xml22
7 files changed, 97 insertions, 0 deletions
diff --git a/data/themes/jewelry/CMakeLists.txt b/data/themes/jewelry/CMakeLists.txt
index 01265ac58..010d41a51 100644
--- a/data/themes/jewelry/CMakeLists.txt
+++ b/data/themes/jewelry/CMakeLists.txt
@@ -35,6 +35,10 @@ SET (FILES
itempopup.xml
items.xml
keyboard_icon.xml
+ keyboard_icon_high.xml
+ keyboard_icon_medium.xml
+ keyboard_icon_xhigh.xml
+ keyboard_icon_xxhigh.xml
LICENSE.txt
listbox.xml
login.xml
diff --git a/data/themes/jewelry/Makefile.am b/data/themes/jewelry/Makefile.am
index 2f5b8145c..c068626df 100644
--- a/data/themes/jewelry/Makefile.am
+++ b/data/themes/jewelry/Makefile.am
@@ -38,6 +38,10 @@ gui_DATA = \
itempopup.xml \
items.xml \
keyboard_icon.xml \
+ keyboard_icon_high.xml \
+ keyboard_icon_medium.xml \
+ keyboard_icon_xhigh.xml \
+ keyboard_icon_xxhigh.xml \
LICENSE.txt \
listbox.xml \
login.xml \
diff --git a/data/themes/jewelry/keyboard_icon.xml b/data/themes/jewelry/keyboard_icon.xml
index 56939f0a1..863280abc 100644
--- a/data/themes/jewelry/keyboard_icon.xml
+++ b/data/themes/jewelry/keyboard_icon.xml
@@ -2,6 +2,7 @@
<skinset name="Default" image="window.png">
<widget type="Window">
<option name="padding" value="7" />
+ <option name="clickborder" value="3" />
<!-- Top Row -->
<part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" />
diff --git a/data/themes/jewelry/keyboard_icon_high.xml b/data/themes/jewelry/keyboard_icon_high.xml
new file mode 100644
index 000000000..5bfb71401
--- /dev/null
+++ b/data/themes/jewelry/keyboard_icon_high.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <option name="padding" value="7" />
+ <option name="clickborder" value="20" />
+
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" />
+ <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" />
+
+ <!-- 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/themes/jewelry/keyboard_icon_medium.xml b/data/themes/jewelry/keyboard_icon_medium.xml
new file mode 100644
index 000000000..0d4ae1eba
--- /dev/null
+++ b/data/themes/jewelry/keyboard_icon_medium.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <option name="padding" value="7" />
+ <option name="clickborder" value="10" />
+
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" />
+ <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" />
+
+ <!-- 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/themes/jewelry/keyboard_icon_xhigh.xml b/data/themes/jewelry/keyboard_icon_xhigh.xml
new file mode 100644
index 000000000..82b4ca26b
--- /dev/null
+++ b/data/themes/jewelry/keyboard_icon_xhigh.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <option name="padding" value="10" />
+ <option name="clickborder" value="30" />
+
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" />
+ <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" />
+
+ <!-- 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/themes/jewelry/keyboard_icon_xxhigh.xml b/data/themes/jewelry/keyboard_icon_xxhigh.xml
new file mode 100644
index 000000000..6184ebd77
--- /dev/null
+++ b/data/themes/jewelry/keyboard_icon_xxhigh.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <option name="padding" value="15" />
+ <option name="clickborder" value="40" />
+
+ <!-- Top Row -->
+ <part type="top-left-corner" xpos="153" ypos="186" width="36" height="36" />
+ <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" />
+
+ <!-- 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>