diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-12 13:31:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-12 13:31:19 +0300 |
commit | 35b4102b8be747762f3a183e11f15239a21ae074 (patch) | |
tree | 8d9938cfdc98ba1ac975e27ef9545c7fcdb59f43 | |
parent | bfd533ab5469c1c5998ee823cd861968f4ce4ef4 (diff) | |
download | plus-35b4102b8be747762f3a183e11f15239a21ae074.tar.gz plus-35b4102b8be747762f3a183e11f15239a21ae074.tar.bz2 plus-35b4102b8be747762f3a183e11f15239a21ae074.tar.xz plus-35b4102b8be747762f3a183e11f15239a21ae074.zip |
Fix drawing keyboard icon.
-rw-r--r-- | data/graphics/gui/keyboard_icon.xml | 2 | ||||
-rw-r--r-- | data/themes/golden-delicious/keyboard_icon.xml | 2 | ||||
-rw-r--r-- | data/themes/jewelry/keyboard_icon.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data/graphics/gui/keyboard_icon.xml b/data/graphics/gui/keyboard_icon.xml index 7d3223e8c..1406145e2 100644 --- a/data/graphics/gui/keyboard_icon.xml +++ b/data/graphics/gui/keyboard_icon.xml @@ -13,7 +13,7 @@ <!-- 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="bg-quad" xpos="0" ypos="0" width="1" height="1" /> <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> <!-- Bottom Row --> diff --git a/data/themes/golden-delicious/keyboard_icon.xml b/data/themes/golden-delicious/keyboard_icon.xml index 9a94af88f..f5d105853 100644 --- a/data/themes/golden-delicious/keyboard_icon.xml +++ b/data/themes/golden-delicious/keyboard_icon.xml @@ -11,7 +11,7 @@ <!-- 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="bg-quad" xpos="0" ypos="0" width="1" height="1" /> <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> <!-- Bottom Row --> diff --git a/data/themes/jewelry/keyboard_icon.xml b/data/themes/jewelry/keyboard_icon.xml index 9a94af88f..f5d105853 100644 --- a/data/themes/jewelry/keyboard_icon.xml +++ b/data/themes/jewelry/keyboard_icon.xml @@ -11,7 +11,7 @@ <!-- 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="bg-quad" xpos="0" ypos="0" width="1" height="1" /> <part type="right-edge" xpos="0" ypos="0" width="0" height="0" /> <!-- Bottom Row --> |