diff options
Diffstat (limited to 'src/gui/progressbar.h')
-rw-r--r-- | src/gui/progressbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/progressbar.h b/src/gui/progressbar.h index cd62c498..3e58f14e 100644 --- a/src/gui/progressbar.h +++ b/src/gui/progressbar.h @@ -41,7 +41,7 @@ class ProgressBar : public gcn::Widget { /** * Constructor, initializes the progress with the given value. */ - ProgressBar(float progress = 0.0f, int x = 0, int y = 0, + ProgressBar(float progress = 0.0f, unsigned int width = 40, unsigned int height = 7, Uint8 red = 150, Uint8 green = 150, Uint8 blue = 150); |