diff options
Diffstat (limited to 'src/ui/ShowCopyDialog.cpp')
-rw-r--r-- | src/ui/ShowCopyDialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/ShowCopyDialog.cpp b/src/ui/ShowCopyDialog.cpp index a22bfc90..3286f6c4 100644 --- a/src/ui/ShowCopyDialog.cpp +++ b/src/ui/ShowCopyDialog.cpp @@ -41,6 +41,8 @@ ShowCopyDialog::ShowCopyDialog(const QString &text, const QString &info, QWidget layout->addWidget(copyButton); layout->addWidget(infoLabel); + this->setWindowTitle("Short Ciphertext"); + this->resize(320, 120); this->setModal(true); this->setLayout(layout); } |