mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- themes: disable rounded corners per default
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -511,7 +511,7 @@ void CThemes::getTheme(CConfigFile &configfile)
|
||||
t.progressbar_passive_blue = configfile.getInt32( "progressbar_passive_blue", 60 );
|
||||
|
||||
// corners
|
||||
t.rounded_corners = configfile.getInt32( "rounded_corners", 1);
|
||||
t.rounded_corners = configfile.getInt32( "rounded_corners", 0);
|
||||
|
||||
if (g_settings.theme_name.empty())
|
||||
applyDefaultTheme();
|
||||
|
Reference in New Issue
Block a user