From bbc361c48389875a8a67d138bc05aad30070b916 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 3 Dec 2013 21:28:50 +0300 Subject: add UPDATE color into progress bar colors. New progress color: UPDATE. also removed DEFAULT progress color. --- src/gui/widgets/progressbar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/progressbar.h') diff --git a/src/gui/widgets/progressbar.h b/src/gui/widgets/progressbar.h index fa05e7bd3..160d3f4a2 100644 --- a/src/gui/widgets/progressbar.h +++ b/src/gui/widgets/progressbar.h @@ -50,8 +50,8 @@ class ProgressBar final : public gcn::Widget, * Constructor, initializes the progress with the given value. */ ProgressBar(const Widget2 *const widget, float progress, - const int width = 40, const int height = 7, - const int color = -1); + const int width, const int height, + const int backColor); A_DELETE_COPY(ProgressBar) -- cgit v1.2.3-60-g2f50