diff options
author | saturneric <[email protected]> | 2024-01-31 18:01:21 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-31 18:01:21 +0000 |
commit | 50942a50ac1d09a15fd422af5887b76251f6b409 (patch) | |
tree | ecd6c6e87712368e4512b5e7f64da2691a04afb8 /src/ui/dialog/WaitingDialog.cpp | |
parent | fix: export spdlog dll to binary output path (diff) | |
download | GpgFrontend-50942a50ac1d09a15fd422af5887b76251f6b409.tar.gz GpgFrontend-50942a50ac1d09a15fd422af5887b76251f6b409.zip |
fix: slove discovered issues on windows platform
Diffstat (limited to 'src/ui/dialog/WaitingDialog.cpp')
-rw-r--r-- | src/ui/dialog/WaitingDialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/WaitingDialog.cpp b/src/ui/dialog/WaitingDialog.cpp index 4b1a908f..87ac0fe5 100644 --- a/src/ui/dialog/WaitingDialog.cpp +++ b/src/ui/dialog/WaitingDialog.cpp @@ -48,6 +48,7 @@ WaitingDialog::WaitingDialog(const QString& title, QWidget* parent) Qt::CustomizeWindowHint); this->setWindowTitle(title); this->setAttribute(Qt::WA_DeleteOnClose); + this->setFixedSize(240, 42); this->movePosition2CenterOfParent(); this->show(); |