aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/ShowCopyDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-19 09:31:17 +0000
committerSaturneric <[email protected]>2021-08-19 09:31:17 +0000
commit3977f4d024fdbf676f14d51a6977d9f7e67965ee (patch)
treeebd475d48011e5bc8664bbcdd52661cc5f9313d0 /src/ui/ShowCopyDialog.cpp
parentBugs Fixed; Improve Functions; (diff)
downloadGpgFrontend-3977f4d024fdbf676f14d51a6977d9f7e67965ee.tar.gz
GpgFrontend-3977f4d024fdbf676f14d51a6977d9f7e67965ee.zip
Bugs Fixed; Code Modified;
Diffstat (limited to 'src/ui/ShowCopyDialog.cpp')
-rw-r--r--src/ui/ShowCopyDialog.cpp2
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);
}