mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 07:35:38 +00:00
Added a missing grid imageInterpolation property entry to ThemeData
This commit is contained in:
parent
42e5e2c096
commit
213464a324
|
@ -184,6 +184,7 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>>
|
|||
{"unfocusedItemSaturation", FLOAT},
|
||||
{"unfocusedItemDimming", FLOAT},
|
||||
{"imageFit", STRING},
|
||||
{"imageInterpolation", STRING},
|
||||
{"imageRelativeScale", FLOAT},
|
||||
{"imageCornerRadius", FLOAT},
|
||||
{"imageColor", COLOR},
|
||||
|
|
Loading…
Reference in a new issue