From 935dae7c9de9e5d2df49f406f2acdc109df8e51f Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 24 Nov 2018 06:24:41 +0100 Subject: Some more GUI changes to better fit dark themes --- shemov.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 86d500a..65a88b5 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -67,7 +67,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla mQuitA = new QAction(tr("Quit"), this); mQuitA->setShortcut(tr("CTRL+q")); connect(mQuitA, &QAction::triggered, qApp, &QApplication::closeAllWindows); - mConfigA = new QAction(QIcon(":/chastity_belt.png"), tr("Configure..."), this); + mConfigA = new QAction(QIcon(":/chastity_belt_light.png"), tr("Configure..."), this); connect(mConfigA, &QAction::triggered, this, &SheMov::configure); QString aboutLabel = QString(tr("About %1...")).arg(qApp->applicationName()); mAboutShemovA = new QAction(aboutLabel, this); -- cgit v1.2.3-70-g09d2