diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-03-09 02:59:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-03-09 02:59:54 +0300 |
commit | f96f9d5e58fb181d6f2789562471d015d38f4a4d (patch) | |
tree | 3087fae6addb9c1d958de6ffd818ced11fa27f66 /data/themes/golden-delicious | |
parent | ba123462244ed8e28c87ab43cbefe360d23ff8b2 (diff) | |
download | plus-f96f9d5e58fb181d6f2789562471d015d38f4a4d.tar.gz plus-f96f9d5e58fb181d6f2789562471d015d38f4a4d.tar.bz2 plus-f96f9d5e58fb181d6f2789562471d015d38f4a4d.tar.xz plus-f96f9d5e58fb181d6f2789562471d015d38f4a4d.zip |
Add own skin for pincode keyboard buttons.
Also resize pincode dialog if pincode control too big.
Diffstat (limited to 'data/themes/golden-delicious')
-rw-r--r-- | data/themes/golden-delicious/CMakeLists.txt | 4 | ||||
-rw-r--r-- | data/themes/golden-delicious/Makefile.am | 4 | ||||
-rw-r--r-- | data/themes/golden-delicious/buttonpin.xml | 21 | ||||
-rw-r--r-- | data/themes/golden-delicious/buttonpin_disabled.xml | 21 | ||||
-rw-r--r-- | data/themes/golden-delicious/buttonpin_highlighted.xml | 21 | ||||
-rw-r--r-- | data/themes/golden-delicious/buttonpin_pressed.xml | 21 | ||||
-rw-r--r-- | data/themes/golden-delicious/pin.xml | 2 |
7 files changed, 93 insertions, 1 deletions
diff --git a/data/themes/golden-delicious/CMakeLists.txt b/data/themes/golden-delicious/CMakeLists.txt index 2fc2b80f4..4d4f28328 100644 --- a/data/themes/golden-delicious/CMakeLists.txt +++ b/data/themes/golden-delicious/CMakeLists.txt @@ -6,6 +6,10 @@ SET (FILES button_highlighted.xml button_pressed.xml button.xml + buttonpin_disabled.xml + buttonpin_highlighted.xml + buttonpin_pressed.xml + buttonpin.xml buy.xml charcreate.xml CHANGELOG.txt diff --git a/data/themes/golden-delicious/Makefile.am b/data/themes/golden-delicious/Makefile.am index 0dcfcb358..c16ff1246 100644 --- a/data/themes/golden-delicious/Makefile.am +++ b/data/themes/golden-delicious/Makefile.am @@ -9,6 +9,10 @@ gui_DATA = \ button_disabled.xml \ button_highlighted.xml \ button_pressed.xml \ + buttonpin.xml \ + buttonpin_disabled.xml \ + buttonpin_highlighted.xml \ + buttonpin_pressed.xml \ buy.xml \ charcreate.xml \ CHANGELOG.txt \ diff --git a/data/themes/golden-delicious/buttonpin.xml b/data/themes/golden-delicious/buttonpin.xml new file mode 100644 index 000000000..f7b063f07 --- /dev/null +++ b/data/themes/golden-delicious/buttonpin.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" 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="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" /> + + <!-- 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/golden-delicious/buttonpin_disabled.xml b/data/themes/golden-delicious/buttonpin_disabled.xml new file mode 100644 index 000000000..1322f462b --- /dev/null +++ b/data/themes/golden-delicious/buttonpin_disabled.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="75"> + <option name="padding" 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="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" /> + + <!-- 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/golden-delicious/buttonpin_highlighted.xml b/data/themes/golden-delicious/buttonpin_highlighted.xml new file mode 100644 index 000000000..b82ed4b55 --- /dev/null +++ b/data/themes/golden-delicious/buttonpin_highlighted.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="25"> + <option name="padding" 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="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" /> + + <!-- 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/golden-delicious/buttonpin_pressed.xml b/data/themes/golden-delicious/buttonpin_pressed.xml new file mode 100644 index 000000000..5f3b06a03 --- /dev/null +++ b/data/themes/golden-delicious/buttonpin_pressed.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<skinset name="Default" image="window.png"> + <widget type="Window" xpos="41" ypos="50"> + <option name="padding" 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="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" /> + + <!-- 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/golden-delicious/pin.xml b/data/themes/golden-delicious/pin.xml index b6b922852..52894b0da 100644 --- a/data/themes/golden-delicious/pin.xml +++ b/data/themes/golden-delicious/pin.xml @@ -2,6 +2,6 @@ <skinset name="Default" image="window.png"> <widget type="Window"> <option name="padding" value="8" /> - <option name="spacing" value="8" /> + <option name="spacing" value="4" /> </widget> </skinset> |