Rework positioning of volumebar / mute icon / info clock

- Is required for custom icons


Origin commit data
------------------
Branch: ni/coolstream
Commit: cfd7b4b16b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-05-10 (Fri, 10 May 2013)

Origin message was:
------------------
* Rework positioning of volumebar / mute icon / info clock

- Is required for custom icons


------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-05-10 12:25:48 +02:00
parent cc3927aa46
commit be087adf5a
6 changed files with 117 additions and 87 deletions

View File

@@ -243,8 +243,8 @@ bool CFontSizeNotifier::changeNotify(const neutrino_locale_t, void *)
CNeutrinoApp::getInstance()->SetupFonts();
hintBox.hide();
/* recalculate infoclock */
CInfoClock::getInstance()->Init();
/* recalculate infoclock/muteicon/volumebar */
CVolumeHelper::getInstance()->refresh();
return true;
}