Index: sources/gui/qml/components/GridSelection.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rcc8ee87091a1f5d69136f6e5508f57014c05d02d --- sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/GridSelection.qml (.../GridSelection.qml) (revision cc8ee87091a1f5d69136f6e5508f57014c05d02d) @@ -34,6 +34,7 @@ property int optionHeight : Variables.gridSelectionButtonHeight property int optionWidth : Variables.gridSelectionButtonWidth property alias title : _title.text + property alias titleColor : _title.color property var labels : [] property bool active : false