diff --git a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml index beaef6d97..520c7c8b3 100644 --- a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml +++ b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml @@ -136,26 +136,6 @@ Item { right: parent.right } text: root.expandedTask ? root.expandedTask.name : "" - MouseArea { - anchors { - right: parent.right - verticalCenter: parent.verticalCenter - } - width: units.iconSizes.small - height: width - - PlasmaCore.IconItem { - anchors.centerIn: parent - source: "configure" - width: units.iconSizes.small / 2 - height: width - active: parent.containsMouse - } - - onClicked: { - root.expandedTask.configure(); - } - } } PlasmaComponents.PageStack {