aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-03 09:28:53 +0200
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-08-03 09:28:53 +0200
commit2615bcb97c94f7d045d934c766d63a4aea97f03a (patch)
tree3318e85b3204e05183025602f46de875e5a47916 /verifynotification.cpp
parentadded import from keyserver to keymgmt (diff)
downloadgpg4usb-2615bcb97c94f7d045d934c766d63a4aea97f03a.tar.gz
gpg4usb-2615bcb97c94f7d045d934c766d63a4aea97f03a.zip
css for verifynotification
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@508 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.cpp')
-rw-r--r--verifynotification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp
index 2c5cd56..e6b3819 100644
--- a/verifynotification.cpp
+++ b/verifynotification.cpp
@@ -13,7 +13,7 @@ VerifyNotification::VerifyNotification(GpgME::Context *ctx, QWidget *parent ) :
// notificationWidget = new QWidget(this);
- this->setStyleSheet("background-color: #CBFDCB;");
+ //this->setStyleSheet("background-color: #CBFDCB;");
this->setLayout(notificationWidgetLayout);
QAction *importFromKeyserverAct = new QAction(tr("Import missing key from Keyserver"), this);