mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
themes: move rounded corners to theme section
This commit is contained in:
@@ -270,7 +270,7 @@ static void set_lua_variables(lua_State *L)
|
||||
{ "TOP_RIGHT", CORNER_TOP_RIGHT },
|
||||
{ "BOTTOM_LEFT", CORNER_BOTTOM_LEFT },
|
||||
{ "BOTTOM_RIGHT", CORNER_BOTTOM_RIGHT },
|
||||
{ "RADIUS_LARGE", RADIUS_LARGE }, /* those depend on g_settings.rounded_corners */
|
||||
{ "RADIUS_LARGE", RADIUS_LARGE }, /* those depend on g_settings.theme.rounded_corners */
|
||||
{ "RADIUS_MID", RADIUS_MID },
|
||||
{ "RADIUS_SMALL", RADIUS_SMALL },
|
||||
{ "RADIUS_MIN", RADIUS_MIN },
|
||||
|
Reference in New Issue
Block a user