Updated ThemeData with the new itemFit grid property.

This commit is contained in:
Leon Styhre 2022-12-10 20:27:05 +01:00
parent c394e4ae8d
commit 23438cd101

View file

@ -175,6 +175,7 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>>
{"itemSize", NORMALIZED_PAIR},
{"itemScale", FLOAT},
{"itemRelativeScale", FLOAT},
{"itemFit", STRING},
{"itemSpacing", NORMALIZED_PAIR},
{"itemColor", COLOR},
{"itemColorEnd", COLOR},