Index: sources/gui/qml/components/TouchRect.qml =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -r13e65c3d271d503c2e2e2f1f20736652c470f8cc --- sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 13e65c3d271d503c2e2e2f1f20736652c470f8cc) @@ -29,6 +29,7 @@ property alias pixelSize : _text.font.pixelSize property alias fgColor : _text.color property alias bgColor : _root.color + property alias textString : _text.text property bool touchable : true property bool animated : true