aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyUploadDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/KeyUploadDialog.cpp')
-rw-r--r--src/ui/KeyUploadDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyUploadDialog.cpp b/src/ui/KeyUploadDialog.cpp
index 6ee6aa78..c9213e08 100644
--- a/src/ui/KeyUploadDialog.cpp
+++ b/src/ui/KeyUploadDialog.cpp
@@ -74,12 +74,12 @@ void KeyUploadDialog::uploadKeyToServer(QByteArray &keys) {
auto *pb = new QProgressBar();
pb->setRange(0, 0);
- pb->setFixedSize(200, 24);
auto *layout = new QVBoxLayout(dialog);
layout->addWidget(pb);
dialog->setLayout(layout);
+
dialog->show();
// Keep Waiting