summaryrefslogtreecommitdiff
path: root/src/gui/connection.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-19 16:27:51 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-19 16:27:51 -0600
commit61f4e3b9838ac7a0e06cd066ea07224670f1b851 (patch)
treebacea13fd0e6e4bd0ebacdb74eea6a9db114b4b4 /src/gui/connection.cpp
parentdbf402a235d142b44c1936c305f6b3f4c02890bc (diff)
downloadMana-61f4e3b9838ac7a0e06cd066ea07224670f1b851.tar.gz
Mana-61f4e3b9838ac7a0e06cd066ea07224670f1b851.tar.bz2
Mana-61f4e3b9838ac7a0e06cd066ea07224670f1b851.tar.xz
Mana-61f4e3b9838ac7a0e06cd066ea07224670f1b851.zip
Make sure positionable dialogs start out centered
Diffstat (limited to 'src/gui/connection.cpp')
-rw-r--r--src/gui/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/connection.cpp b/src/gui/connection.cpp
index a69698e9..981100f9 100644
--- a/src/gui/connection.cpp
+++ b/src/gui/connection.cpp
@@ -56,7 +56,7 @@ ConnectionDialog::ConnectionDialog():
add(cancelButton);
add(mProgressBar);
- setLocationRelativeTo(getParent());
+ center();
setVisible(true);
}