From fe320b01d7db8fb6d84855c0a032c9bcc3cda20a Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 4 Jan 2009 01:16:03 +0000 Subject: added pwstrength-check to key generation git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@206 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'gpgwin.cpp') 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(); } -- cgit v1.2.3