diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-08 13:48:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-13 01:02:40 +0300 |
commit | 960820b57ecf45a4bf5e337bf36adbe02e668fbf (patch) | |
tree | 680acda1e45144ec6862cca2a7fef453118bdd1c /data/graphics/gui/CMakeLists.txt | |
parent | 72edb1ab7036ed859b543046b866d4092d3c6cdb (diff) | |
download | plus-960820b57ecf45a4bf5e337bf36adbe02e668fbf.tar.gz plus-960820b57ecf45a4bf5e337bf36adbe02e668fbf.tar.bz2 plus-960820b57ecf45a4bf5e337bf36adbe02e668fbf.tar.xz plus-960820b57ecf45a4bf5e337bf36adbe02e668fbf.zip |
Improve theming.
Add support for theming button.
Diffstat (limited to 'data/graphics/gui/CMakeLists.txt')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index b262a5ac3..2fefbfe6c 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -1,10 +1,7 @@ SET (FILES bubble.png - button.png - button_disabled.png - buttonhi.png + button.xml buttonplay.png - buttonpress.png checkbox.png circle-gray.png circle-green.png |