mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +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. Signed-off-by: Thilo Graf <dbt@novatux.de>
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