summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-11-24 06:24:41 +0100
committerArno <arno@disconnect.de>2018-11-24 06:24:41 +0100
commit935dae7c9de9e5d2df49f406f2acdc109df8e51f (patch)
tree24584de509f5272da58431a88a07752198496410 /shemov.cpp
parentad746a61b3e7155f73b54d0354f5208805a6771d (diff)
downloadSheMov-935dae7c9de9e5d2df49f406f2acdc109df8e51f.tar.gz
SheMov-935dae7c9de9e5d2df49f406f2acdc109df8e51f.tar.bz2
SheMov-935dae7c9de9e5d2df49f406f2acdc109df8e51f.zip
Some more GUI changes to better fit dark themes
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 1 insertions, 1 deletions
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);