mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
neutrino: Upscaling fonts, infoclock and volumebar for full hd
This commit is contained in:
@@ -76,6 +76,9 @@ void CInfoClock::initCCLockItems()
|
||||
|
||||
//set height, NOTE: height is strictly bound to settings
|
||||
height = g_settings.infoClockFontSize;
|
||||
#ifdef ENABLE_CHANGE_OSD_RESOLUTION
|
||||
height = CFrameBuffer::getInstance()->scaleFont(height);
|
||||
#endif
|
||||
initClockFont(0, height);
|
||||
|
||||
// set corner radius depending on clock height
|
||||
|
Reference in New Issue
Block a user