diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-12-03 21:28:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-12-03 21:28:50 +0300 |
commit | bbc361c48389875a8a67d138bc05aad30070b916 (patch) | |
tree | 8d2fcdf36e953b54904357b0a14a76bb469c2337 /src/gui/theme.h | |
parent | 54a54eb5317650fc3306d200517bcc48bb7f1d9c (diff) | |
download | plus-bbc361c48389875a8a67d138bc05aad30070b916.tar.gz plus-bbc361c48389875a8a67d138bc05aad30070b916.tar.bz2 plus-bbc361c48389875a8a67d138bc05aad30070b916.tar.xz plus-bbc361c48389875a8a67d138bc05aad30070b916.zip |
add UPDATE color into progress bar colors.
New progress color: UPDATE.
also removed DEFAULT progress color.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index bbc6ae06f..31dc0ee60 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -398,14 +398,14 @@ class Theme final : public Palette, public ConfigListener enum ProgressPalette { - PROG_DEFAULT = 0, - PROG_HP, + PROG_HP = 0, PROG_MP, PROG_NO_MP, PROG_EXP, PROG_INVY_SLOTS, PROG_WEIGHT, PROG_JOB, + PROG_UPDATE, THEME_PROG_END }; |