aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyUploadDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-26 20:28:20 +0000
committerSaturneric <[email protected]>2021-06-26 20:28:20 +0000
commit437bc837a8e45440b1d3c7ad9cb51d8f185feedc (patch)
tree84d055852a8aa899d16cecd15bb774114b376a73 /src/ui/KeyUploadDialog.cpp
parentUpdate release-ci.yml (diff)
downloadGpgFrontend-437bc837a8e45440b1d3c7ad9cb51d8f185feedc.tar.gz
GpgFrontend-437bc837a8e45440b1d3c7ad9cb51d8f185feedc.zip
Update release-ci.yml
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