From 3977f4d024fdbf676f14d51a6977d9f7e67965ee Mon Sep 17 00:00:00 2001 From: Saturneric Date: Thu, 19 Aug 2021 17:31:17 +0800 Subject: Bugs Fixed; Code Modified; --- src/ui/ShowCopyDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/ShowCopyDialog.cpp') 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); } -- cgit v1.2.3