Index: sources/gui/qml/components/TouchRect.qml =================================================================== diff -u -r7360f85ae13ee2a460ddfb11bc455203d6edf3ff -r5c054a624e9b8523b530691aa07735f34e20e01b --- sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 7360f85ae13ee2a460ddfb11bc455203d6edf3ff) +++ sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 5c054a624e9b8523b530691aa07735f34e20e01b) @@ -31,6 +31,7 @@ //TODO need to update code to use bgColor instead of backgroundColor property // property alias bgColor : _root.color property alias textString : _text.text + property alias textFont : _text.font property bool touchable : true property bool animated : true