diff options
author | Arno <arno@disconnect.de> | 2018-11-24 06:24:41 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-24 06:24:41 +0100 |
commit | 935dae7c9de9e5d2df49f406f2acdc109df8e51f (patch) | |
tree | 24584de509f5272da58431a88a07752198496410 /shemov.cpp | |
parent | ad746a61b3e7155f73b54d0354f5208805a6771d (diff) | |
download | SheMov-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |