From ed4290978f7031179e913223653af21434a0e9a0 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Wed, 1 Mar 2023 21:19:20 +0100 Subject: [PATCH] Moved a property in ThemeData. --- es-core/src/ThemeData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.