Moved a property in ThemeData.

This commit is contained in:
Leon Styhre 2023-03-01 21:19:20 +01:00
parent 06937e50e7
commit ed4290978f

View file

@ -148,6 +148,7 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>>
{"itemRotationOrigin", NORMALIZED_PAIR}, {"itemRotationOrigin", NORMALIZED_PAIR},
{"itemAxisHorizontal", BOOLEAN}, {"itemAxisHorizontal", BOOLEAN},
{"itemAxisRotation", FLOAT}, {"itemAxisRotation", FLOAT},
{"imageFit", STRING},
{"imageInterpolation", STRING}, {"imageInterpolation", STRING},
{"imageColor", COLOR}, {"imageColor", COLOR},
{"imageColorEnd", COLOR}, {"imageColorEnd", COLOR},
@ -169,7 +170,6 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>>
{"reflectionsOpacity", FLOAT}, {"reflectionsOpacity", FLOAT},
{"reflectionsFalloff", FLOAT}, {"reflectionsFalloff", FLOAT},
{"unfocusedItemOpacity", FLOAT}, {"unfocusedItemOpacity", FLOAT},
{"imageFit", STRING},
{"fastScrolling", BOOLEAN}, {"fastScrolling", BOOLEAN},
{"defaultLogo", PATH}, // For backward compatibility with legacy themes. {"defaultLogo", PATH}, // For backward compatibility with legacy themes.
{"logoSize", NORMALIZED_PAIR}, // For backward compatibility with legacy themes. {"logoSize", NORMALIZED_PAIR}, // For backward compatibility with legacy themes.