mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 08:53:38 +02:00
icons: rename mute.png => muted.png; ...
This icon isn't a button. It signalizes the mute-status. So i renamed it to get the name free for the button icon.
Origin commit data
------------------
Commit: db25f2c0dc
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-04 (Thu, 04 Jan 2018)
Origin message was:
------------------
- icons: rename mute.png => muted.png; ...
This icon isn't a button. It signalizes the mute-status. So i renamed it to get the name free for the button icon.
This commit is contained in:
@@ -345,7 +345,7 @@ void CVolumeHelper::initInfoClock(Font* font)
|
||||
|
||||
void CVolumeHelper::initMuteIcon()
|
||||
{
|
||||
frameBuffer->getIconSize(NEUTRINO_ICON_BUTTON_MUTE, &mute_dx, &mute_dy);
|
||||
frameBuffer->getIconSize(NEUTRINO_ICON_MUTED, &mute_dx, &mute_dy);
|
||||
mute_ax = sw - mute_dx;
|
||||
mute_ay = y;
|
||||
}
|
||||
|
Reference in New Issue
Block a user