diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-07 22:10:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-07 22:10:25 +0300 |
commit | 38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6 (patch) | |
tree | 03b42a08feb16a78dee07f47fbdd12c568034fce /data/themes/jewelry | |
parent | 36406c6ba43e804d0c2b1cb3632b6e909b55c55f (diff) | |
download | plus-38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6.tar.gz plus-38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6.tar.bz2 plus-38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6.tar.xz plus-38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6.zip |
Fix drawing scrollbar in jewelry and golden delicious themes.
Diffstat (limited to 'data/themes/jewelry')
-rw-r--r-- | data/themes/jewelry/scroll.xml | 2 | ||||
-rw-r--r-- | data/themes/jewelry/scroll_highlighted.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/jewelry/scroll.xml b/data/themes/jewelry/scroll.xml index e201a3e2b..eb7185632 100644 --- a/data/themes/jewelry/scroll.xml +++ b/data/themes/jewelry/scroll.xml @@ -8,7 +8,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/scroll_highlighted.xml b/data/themes/jewelry/scroll_highlighted.xml index 78160ac98..295269140 100644 --- a/data/themes/jewelry/scroll_highlighted.xml +++ b/data/themes/jewelry/scroll_highlighted.xml @@ -8,7 +8,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 --> |