diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-14 20:19:53 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-09-14 20:19:53 +0000 |
commit | 141e99156c4370bb5ce19b61e070d226fa90ab8e (patch) | |
tree | 42090cf2dc87649be5d1b94ddbb753c8f4c9a599 /verifynotification.cpp | |
parent | changed verifydetailsdialog, updated todo (diff) | |
download | gpg4usb-141e99156c4370bb5ce19b61e070d226fa90ab8e.tar.gz gpg4usb-141e99156c4370bb5ce19b61e070d226fa90ab8e.zip |
set modal and parent for key details dialog. left margin for verifynotification. More doxygen
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@532 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.cpp')
-rw-r--r-- | verifynotification.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp index eec65f7..6564a81 100644 --- a/verifynotification.cpp +++ b/verifynotification.cpp @@ -41,11 +41,10 @@ VerifyNotification::VerifyNotification(QWidget *parent, GpgME::Context *ctx, Key importFromKeyserverAct->setVisible(false); keysNotInList = new QStringList(); - detailsButton = new QPushButton("Details",this); detailsButton->setMenu(detailMenu); notificationWidgetLayout = new QHBoxLayout(this); - notificationWidgetLayout->setContentsMargins(0,0,0,0); + notificationWidgetLayout->setContentsMargins(10,0,0,0); notificationWidgetLayout->addWidget(verifyLabel,2); notificationWidgetLayout->addWidget(detailsButton); this->setLayout(notificationWidgetLayout); |