From 2615bcb97c94f7d045d934c766d63a4aea97f03a Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 3 Aug 2011 07:28:53 +0000 Subject: css for verifynotification git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@508 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- verifynotification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verifynotification.cpp') 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); -- cgit