diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-09 21:52:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-09 21:52:06 +0300 |
commit | fb42179ac83d1754edaacbb749a8000ca29aaaba (patch) | |
tree | 8de39dc4a2feafdcd3f2c01ad04494f764bd0125 /data/graphics/gui/world.xml | |
parent | 3c98713ac90fd2d045f3022aa8272a5c9d7b5e36 (diff) | |
download | mv-fb42179ac83d1754edaacbb749a8000ca29aaaba.tar.gz mv-fb42179ac83d1754edaacbb749a8000ca29aaaba.tar.bz2 mv-fb42179ac83d1754edaacbb749a8000ca29aaaba.tar.xz mv-fb42179ac83d1754edaacbb749a8000ca29aaaba.zip |
fix background gradients in default theme.
Diffstat (limited to 'data/graphics/gui/world.xml')
-rw-r--r-- | data/graphics/gui/world.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/gui/world.xml b/data/graphics/gui/world.xml index 456758afc..d414a9a35 100644 --- a/data/graphics/gui/world.xml +++ b/data/graphics/gui/world.xml @@ -10,7 +10,7 @@ <!-- Middle Row --> <part type="left-edge" xpos="0" ypos="4" width="4" height="216" /> - <part type="bg-quad" xpos="4" ypos="4" width="32" height="216" /> + <part type="bg-quad" xpos="4" ypos="86" width="32" height="57" /> <part type="right-edge" xpos="36" ypos="4" width="4" height="216" /> <!-- Bottom Row --> |