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 | |
parent | 36406c6ba43e804d0c2b1cb3632b6e909b55c55f (diff) | |
download | ManaVerse-38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6.tar.gz ManaVerse-38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6.tar.bz2 ManaVerse-38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6.tar.xz ManaVerse-38fb1671bbcdbb7e206ca1e33d6392ecfea51cc6.zip |
Fix drawing scrollbar in jewelry and golden delicious themes.
Diffstat (limited to 'data')
-rw-r--r-- | data/themes/golden-delicious/scroll.xml | 2 | ||||
-rw-r--r-- | data/themes/golden-delicious/scroll_highlighted.xml | 2 | ||||
-rw-r--r-- | data/themes/jewelry/scroll.xml | 2 | ||||
-rw-r--r-- | data/themes/jewelry/scroll_highlighted.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/data/themes/golden-delicious/scroll.xml b/data/themes/golden-delicious/scroll.xml index e201a3e2b..eb7185632 100644 --- a/data/themes/golden-delicious/scroll.xml +++ b/data/themes/golden-delicious/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/golden-delicious/scroll_highlighted.xml b/data/themes/golden-delicious/scroll_highlighted.xml index 78160ac98..295269140 100644 --- a/data/themes/golden-delicious/scroll_highlighted.xml +++ b/data/themes/golden-delicious/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 --> 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 --> |