diff options
author | Arno <arno@disconnect.de> | 2018-11-24 17:17:08 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-24 17:17:08 +0100 |
commit | 2aef87d8f4d8050856e1f3bb713241ca4ffc2db9 (patch) | |
tree | 1c9855b96652ee9d599536264a220c23a8373d70 /beetplayer.qrc | |
parent | d8e62dd6e715fcc19b7e7d4d466a586c62ccc4e6 (diff) | |
download | BeetPlayer-2aef87d8f4d8050856e1f3bb713241ca4ffc2db9.tar.gz BeetPlayer-2aef87d8f4d8050856e1f3bb713241ca4ffc2db9.tar.bz2 BeetPlayer-2aef87d8f4d8050856e1f3bb713241ca4ffc2db9.zip |
GUI changes
Play nice with themes, especially dark ones. Most likely the light icons
will look crappy with a light theme, but theming support is another
thing entirely. Right now I'm using a dark theme, so this is it...
Diffstat (limited to 'beetplayer.qrc')
-rw-r--r-- | beetplayer.qrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/beetplayer.qrc b/beetplayer.qrc index b8b0ab0..316591f 100644 --- a/beetplayer.qrc +++ b/beetplayer.qrc @@ -18,7 +18,6 @@ <file>artist.png</file> <file>song.png</file> <file>genre.png</file> - <file>stomp.png</file> <file>clean_tampon.png</file> <file>belly_right_and_clear.png</file> <file>folder.png</file> @@ -31,6 +30,10 @@ <file>quadd.png</file> <file>dog_hood.png</file> <file>male_chastity_belt.png</file> - <file>used_tampon.png</file> + <file>butt_plug_light.png</file> + <file>chastity_belt_light.png</file> + <file>dog_hood_light.png</file> + <file>dice_light.png</file> + <file>shuffle_light.png</file> </qresource> </RCC> |