aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.cpp')
-rw-r--r--gpgwin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgwin.cpp b/gpgwin.cpp
index ec81f79..961bd5f 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -463,6 +463,7 @@ void GpgWin::importKeyFromFile()
void GpgWin::openKeyManagement() {
KeyMgmt *window = new KeyMgmt(mCtx, iconPath);
+ window->resize(800,400);
window->show();
}