diff --git a/es-core/src/ThemeData.cpp b/es-core/src/ThemeData.cpp index c1acee79f..27c57e4a3 100644 --- a/es-core/src/ThemeData.cpp +++ b/es-core/src/ThemeData.cpp @@ -148,6 +148,7 @@ std::map> {"itemRotationOrigin", NORMALIZED_PAIR}, {"itemAxisHorizontal", BOOLEAN}, {"itemAxisRotation", FLOAT}, + {"imageFit", STRING}, {"imageInterpolation", STRING}, {"imageColor", COLOR}, {"imageColorEnd", COLOR}, @@ -169,7 +170,6 @@ std::map> {"reflectionsOpacity", FLOAT}, {"reflectionsFalloff", FLOAT}, {"unfocusedItemOpacity", FLOAT}, - {"imageFit", STRING}, {"fastScrolling", BOOLEAN}, {"defaultLogo", PATH}, // For backward compatibility with legacy themes. {"logoSize", NORMALIZED_PAIR}, // For backward compatibility with legacy themes.