Index: sources/gui/qml/components/TouchArea.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95 --- sources/gui/qml/components/TouchArea.qml (.../TouchArea.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/TouchArea.qml (.../TouchArea.qml) (revision 2c9421bd6da03c7e0bd0bfa1f49fa95c2bd18a95) @@ -31,6 +31,7 @@ property string title : "" property int titleLetterSpacing : 3 property bool isTouchable : true + property bool hasArrow : true property alias notification : _notification @@ -53,7 +54,7 @@ } Image { id: _arrowImage - visible: isTouchable + visible: isTouchable && hasArrow anchors { top: parent.top right: parent.right