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 /data/graphics/gui | |
parent | bfd533ab5469c1c5998ee823cd861968f4ce4ef4 (diff) | |
download | plus-35b4102b8be747762f3a183e11f15239a21ae074.tar.gz plus-35b4102b8be747762f3a183e11f15239a21ae074.tar.bz2 plus-35b4102b8be747762f3a183e11f15239a21ae074.tar.xz plus-35b4102b8be747762f3a183e11f15239a21ae074.zip |
Fix drawing keyboard icon.
Diffstat (limited to 'data/graphics/gui')
-rw-r--r-- | data/graphics/gui/keyboard_icon.xml | 2 |
1 files changed, 1 insertions, 1 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 --> |