mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Moved a property in ThemeData.
This commit is contained in:
parent
06937e50e7
commit
ed4290978f
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue