diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-09 16:35:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-09 16:35:22 +0300 |
commit | 848d757b0d801780253d34bf11ebd88c26254ff0 (patch) | |
tree | 478a5f02efdff332200eacf3f81739cb16195f63 /src/gui/theme.cpp | |
parent | b90b75b19839d8141cc682fe4b97532e706b16bd (diff) | |
download | plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.gz plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.bz2 plus-848d757b0d801780253d34bf11ebd88c26254ff0.tar.xz plus-848d757b0d801780253d34bf11ebd88c26254ff0.zip |
add background color for arrows bar.
New progress color: ARROWS.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 85d1e2116..ff2d66c67 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -1055,6 +1055,7 @@ static int readProgressType(const std::string &type) "JOB", "UPDATE", "MONEY", + "ARROWS" }; if (type.empty()) |