diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-02 22:41:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-02 22:41:04 +0300 |
commit | 6d9594ba889b6885169be2f6f044797e62a5545a (patch) | |
tree | 89db34c11405a84dded0bfb0c5ed547cfc9bc7bc /data/graphics/gui/quests.xml | |
parent | fadf1d8aa0d5beb8be3271086a5865699b2a4acc (diff) | |
download | plus-6d9594ba889b6885169be2f6f044797e62a5545a.tar.gz plus-6d9594ba889b6885169be2f6f044797e62a5545a.tar.bz2 plus-6d9594ba889b6885169be2f6f044797e62a5545a.tar.xz plus-6d9594ba889b6885169be2f6f044797e62a5545a.zip |
Hide in default theme background in quests window.
Diffstat (limited to 'data/graphics/gui/quests.xml')
-rw-r--r-- | data/graphics/gui/quests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/graphics/gui/quests.xml b/data/graphics/gui/quests.xml index 04664d19d..c38148bf7 100644 --- a/data/graphics/gui/quests.xml +++ b/data/graphics/gui/quests.xml @@ -1,7 +1,7 @@ <skinset name="Default" image="window.png"> <widget type="Window"> - <option name="showlistbackground" value="1" /> - <option name="showtextbackground" value="1" /> + <option name="showlistbackground" value="0" /> + <option name="showtextbackground" value="0" /> <!-- Top Row --> <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> |