From 23438cd101634fad7c72c6d75bf03e0c5824ab60 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sat, 10 Dec 2022 20:27:05 +0100 Subject: [PATCH] Updated ThemeData with the new itemFit grid property. --- es-core/src/ThemeData.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/es-core/src/ThemeData.cpp b/es-core/src/ThemeData.cpp index 3e680943b..4dc67761a 100644 --- a/es-core/src/ThemeData.cpp +++ b/es-core/src/ThemeData.cpp @@ -175,6 +175,7 @@ std::map> {"itemSize", NORMALIZED_PAIR}, {"itemScale", FLOAT}, {"itemRelativeScale", FLOAT}, + {"itemFit", STRING}, {"itemSpacing", NORMALIZED_PAIR}, {"itemColor", COLOR}, {"itemColorEnd", COLOR},