diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-20 02:30:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-20 13:55:43 +0300 |
commit | b6b4ea19929e7e67d987041aa129366f4fed3a6d (patch) | |
tree | 8bcc999ef4ae32aabd10a4109fb5e8c57067c18d /src/gui/updaterwindow.cpp | |
parent | 0153e8fa499b7bbdd712339bfb3921ead15a37a2 (diff) | |
download | plus-b6b4ea19929e7e67d987041aa129366f4fed3a6d.tar.gz plus-b6b4ea19929e7e67d987041aa129366f4fed3a6d.tar.bz2 plus-b6b4ea19929e7e67d987041aa129366f4fed3a6d.tar.xz plus-b6b4ea19929e7e67d987041aa129366f4fed3a6d.zip |
Add palette inheritance to progressbar class.
Diffstat (limited to 'src/gui/updaterwindow.cpp')
-rw-r--r-- | src/gui/updaterwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/updaterwindow.cpp b/src/gui/updaterwindow.cpp index cddc689a2..e156f98be 100644 --- a/src/gui/updaterwindow.cpp +++ b/src/gui/updaterwindow.cpp @@ -159,7 +159,7 @@ UpdaterWindow::UpdaterWindow(const std::string &updateHost, mLabel(new Label(this, _("Connecting..."))), mCancelButton(new Button(this, _("Cancel"), "cancel", this)), mPlayButton(new Button(this, _("Play"), "play", this)), - mProgressBar(new ProgressBar(0.0, 310, 0)), + mProgressBar(new ProgressBar(this, 0.0, 310, 0)), mBrowserBox(new BrowserBox(this)), mScrollArea(new ScrollArea(mBrowserBox, true, "update_background.xml")), mUpdateServerPath(mUpdateHost) |