summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-16 15:16:14 -0700
committerIra Rice <irarice@gmail.com>2009-01-16 15:16:14 -0700
commitb9d0f267913c61cd6b490171768bd88c3a472563 (patch)
tree82f6998ebcfb6a7f8e439a2360e89ec06726e5c2 /src/main.cpp
parent02010c3e8e2ee08bf49b360fd091dd8b2abc6b15 (diff)
downloadmana-client-b9d0f267913c61cd6b490171768bd88c3a472563.tar.gz
mana-client-b9d0f267913c61cd6b490171768bd88c3a472563.tar.bz2
mana-client-b9d0f267913c61cd6b490171768bd88c3a472563.tar.xz
mana-client-b9d0f267913c61cd6b490171768bd88c3a472563.zip
Candidate release for 0.0.27.1 (Windows needs to get colors fixed, and
then this build might be official) Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a1109092..ea120fc4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -748,7 +748,7 @@ int main(int argc, char *argv[])
gcn::Label *versionLabel = new gcn::Label(PACKAGE_VERSION);
top->add(versionLabel, 2, 2);
#endif
- ProgressBar *progressBar = new ProgressBar(0.0f, 100, 20);
+ ProgressBar *progressBar = new ProgressBar(0.0f, 100, 20, 168, 116, 31);
gcn::Label *progressLabel = new gcn::Label();
top->add(progressBar, 5, top->getHeight() - 5 - progressBar->getHeight());
top->add(progressLabel, 15 + progressBar->getWidth(),