summaryrefslogtreecommitdiffstats
path: root/smglobals.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-11-24 04:18:20 +0100
committerArno <arno@disconnect.de>2018-11-24 04:18:20 +0100
commitab787e997c927bf8e2684b2e1ac667a57f225102 (patch)
tree2f1998924f19535bccbaec5d59ae8e753ee29ae3 /smglobals.cpp
parent92ada0efad9f0b0a3263e4245cfd1441f4b9f7a9 (diff)
downloadSheMov-ab787e997c927bf8e2684b2e1ac667a57f225102.tar.gz
SheMov-ab787e997c927bf8e2684b2e1ac667a57f225102.tar.bz2
SheMov-ab787e997c927bf8e2684b2e1ac667a57f225102.zip
Dark theme GUI changes
Add icons better suited for dark themes and don't draw an ellipse around the letter when calling Helper::icon and use the theme's text color to better match the desktop theme. Just be a good tenant and respect the user's choices where applicable.
Diffstat (limited to 'smglobals.cpp')
-rw-r--r--smglobals.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/smglobals.cpp b/smglobals.cpp
index 278772e..b6f8a3f 100644
--- a/smglobals.cpp
+++ b/smglobals.cpp
@@ -146,21 +146,26 @@ SmGlobals::SmGlobals() : mPictureViewer(nullptr), mVideoViewer(nullptr), mArchiv
mIcons.insert("Shackles", ":/shackles.png");
mIcons.insert("Steel collar", ":/steel_collar.png");
mIcons.insert("Butt plug", ":/butt_plug.png");
+ mIcons.insert("Butt plug (light)", ":/butt_plug_light.png");
mIcons.insert("Hourglass figure", ":/hourglass_figure.png");
mIcons.insert("Big ass", ":/big_ass.png");
mIcons.insert("Big tit", ":/big_tit.png");
mIcons.insert("Bizarre amputee", ":/bizarre_amputee.png");
mIcons.insert("Spreading pants", ":/spreadingpants.png");
mIcons.insert("Leather dog hood", ":/dog_hood.png");
+ mIcons.insert("Dog hood (light)", ":/dog_hood_light.png");
mIcons.insert("Male chastity belt", ":/male_chastity_belt.png");
mIcons.insert("Anal stretcher", ":/analstretcher.png");
mIcons.insert("Big balls", ":/big_balls.png");
mIcons.insert("Big pierced balls", ":/huge_balls_pierced.png");
mIcons.insert("Huge bra", ":/huge_bra.png");
+ mIcons.insert("Huge bra (light)", ":/huge_bra_light.png");
mIcons.insert("Squirting nipple", ":/squirting_nipple.png");
+ mIcons.insert("Squirting nipple (light)", ":/squirting_nipple_light.png");
mIcons.insert("Dick in a cage", ":/dick_in_cage.png");
mIcons.insert("Used tampon", ":/used_tampon.png");
mIcons.insert("Clean tampon", ":/clean_tampon.png");
+ mIcons.insert("Fire", ":/fire.png");
mFiletypeMap.insert(FT_MOVIE, tr("Movie"));
mFiletypeMap.insert(FT_FRONTCOVER, tr("Front Cover"));
mFiletypeMap.insert(FT_BACKCOVER, tr("Back Cover"));