summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-09 16:35:22 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-09 16:35:22 +0300
commit848d757b0d801780253d34bf11ebd88c26254ff0 (patch)
tree478a5f02efdff332200eacf3f81739cb16195f63 /src/gui/theme.cpp
parentb90b75b19839d8141cc682fe4b97532e706b16bd (diff)
downloadplus-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.cpp1
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())