Index: sources/gui/qml/components/TouchArea.qml =================================================================== diff -u -ra159e12630645a9a35fb0a5585cc7b639cfe6aa6 -reb19475a6bf4ed7f6a16bc07eefc7813496620ef --- sources/gui/qml/components/TouchArea.qml (.../TouchArea.qml) (revision a159e12630645a9a35fb0a5585cc7b639cfe6aa6) +++ sources/gui/qml/components/TouchArea.qml (.../TouchArea.qml) (revision eb19475a6bf4ed7f6a16bc07eefc7813496620ef) @@ -31,10 +31,8 @@ property int titleLetterSpacing : 3 property bool isTouchable : true - property string notificationText : "" - property string notificationImageSource : "" + property alias notification : _notification - signal clicked() color: "transparent" @@ -81,12 +79,12 @@ imageAutoSize: true color: "transparent" anchors { - bottom: parent.bottom - left: parent.left - right: parent.right + bottom : parent.bottom + left : parent.left + right : parent.right } - imageSource : notificationImageSource - text : notificationText + imageSource : "" + text : "" textColor : "gray" textfontSize: 16 rowAnchors.centerIn: null