themes: move rounded corners to theme section

This commit is contained in:
2019-02-11 11:14:12 +01:00
parent 92eef239ef
commit 289e167462
14 changed files with 35 additions and 17 deletions

View File

@@ -67,7 +67,7 @@ void CTimeOSD::Init()
setClockFont(CInfoClock::getInstance()->getClockFont());
// set corner radius depending on clock height
corner_rad = (g_settings.rounded_corners) ? std::max(height/10, CORNER_RADIUS_SMALL) : 0;
corner_rad = (g_settings.theme.rounded_corners) ? std::max(height/10, CORNER_RADIUS_SMALL) : 0;
CComponentsFrmClock::initCCLockItems();
CVolumeHelper::getInstance()->refresh(cl_font);