icons: rename slider icons to more logical names

Origin commit data
------------------
Branch: ni/coolstream
Commit: cd539af1f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-14 (Thu, 14 Sep 2017)

Origin message was:
------------------
- icons: rename slider icons to more logical names

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-09-14 22:00:41 +02:00
committed by Jacek Jendrzej
parent 3f1a3ed531
commit 7fda7b7b5a
8 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
installdir = $(ICONSDIR)
install_DATA = \
volumebody.png \
volumeslider2.png \
volumeslider2alpha.png \
volumeslider2blue.png \
volumeslider2green.png \
volumeslider2red.png
slider_alpha.png \
slider_blue.png \
slider_body.png \
slider_green.png \
slider_inactive.png \
slider_red.png

View File

Before

Width:  |  Height:  |  Size: 238 B

After

Width:  |  Height:  |  Size: 238 B

View File

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 256 B

View File

Before

Width:  |  Height:  |  Size: 132 B

After

Width:  |  Height:  |  Size: 132 B

View File

Before

Width:  |  Height:  |  Size: 261 B

After

Width:  |  Height:  |  Size: 261 B

View File

Before

Width:  |  Height:  |  Size: 239 B

After

Width:  |  Height:  |  Size: 239 B

View File

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 259 B

View File

@@ -177,12 +177,12 @@
#define DUMMY_ICON "dummy"
/* sliders */
#define NEUTRINO_ICON_SLIDER_BODY "volumebody"
#define NEUTRINO_ICON_SLIDER_INACTIVE "volumeslider2"
#define NEUTRINO_ICON_SLIDER_RED "volumeslider2red"
#define NEUTRINO_ICON_SLIDER_GREEN "volumeslider2green"
#define NEUTRINO_ICON_SLIDER_BLUE "volumeslider2blue"
#define NEUTRINO_ICON_SLIDER_ALPHA "volumeslider2alpha"
#define NEUTRINO_ICON_SLIDER_BODY "slider_body"
#define NEUTRINO_ICON_SLIDER_INACTIVE "slider_inactive"
#define NEUTRINO_ICON_SLIDER_RED "slider_red"
#define NEUTRINO_ICON_SLIDER_GREEN "slider_green"
#define NEUTRINO_ICON_SLIDER_BLUE "slider_blue"
#define NEUTRINO_ICON_SLIDER_ALPHA "slider_alpha"
#define NEUTRINO_ICON_BUTTON_MUTE_ZAP_ACTIVE "mute_zap_green"
#define NEUTRINO_ICON_BUTTON_MUTE_ZAP_INACTIVE "mute_zap_gray"