Index: sources/gui/qml/compounds/TouchGrid.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r21041955990385205ec1aca17ef51fc1fd9a4b29 --- sources/gui/qml/compounds/TouchGrid.qml (.../TouchGrid.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/compounds/TouchGrid.qml (.../TouchGrid.qml) (revision 21041955990385205ec1aca17ef51fc1fd9a4b29) @@ -44,6 +44,7 @@ property alias rowSpacing : _grid.rowSpacing property alias colSpacing : _grid.columnSpacing property color lineColor : Colors.borderButtonHalfDarker + property color textColor : Colors.textButton property real lineThickness : 1.5 property real itemsValueLeftMargin : itemWidth / 2 property real itemsUnitLeftMargin : itemWidth / 4 @@ -103,6 +104,7 @@ border.width : 0 height : _root.itemHeight width : _root.itemWidth + textColor : _root.textColor radius : Variables.dialogRadius enabled : undef( _root.itemsEnabled[index], true ) visible : undef( _root.itemsVisible[index], true )