diff options
author | Saturneric <[email protected]> | 2021-06-26 20:37:11 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-26 20:37:11 +0000 |
commit | 604d6bfd3937fcf0ef689a08b9e5864519ff07a6 (patch) | |
tree | 395c311f878dea729d12d3452785711c75ece69e /src/ui/KeyServerImportDialog.cpp | |
parent | Update release-ci.yml (diff) | |
download | GpgFrontend-604d6bfd3937fcf0ef689a08b9e5864519ff07a6.tar.gz GpgFrontend-604d6bfd3937fcf0ef689a08b9e5864519ff07a6.zip |
Update release-ci.yml
Diffstat (limited to '')
-rw-r--r-- | src/ui/KeyServerImportDialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/KeyServerImportDialog.cpp b/src/ui/KeyServerImportDialog.cpp index 1999b443..864e62ed 100644 --- a/src/ui/KeyServerImportDialog.cpp +++ b/src/ui/KeyServerImportDialog.cpp @@ -60,7 +60,6 @@ KeyServerImportDialog::KeyServerImportDialog(GpgME::GpgContext *ctx, KeyList *ke waitingBar = new QProgressBar(); waitingBar->setVisible(false); waitingBar->setRange(0, 0); - waitingBar->setFixedHeight(24); waitingBar->setFixedWidth(200); // Layout for messagebox |