From 5010e854f3f62e73c2525d013c35cc059ef25eeb Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 16 Jun 2014 15:05:58 +0200 Subject: [PATCH] remove micro configure button it was from the time it wasn't possible to configure applets otherwise now they can be configured with RMB as all the other applets it introduced some confusing inconsistencies and clutter BUG:336212 --- .../contents/ui/ExpandedRepresentation.qml | 20 ------------------- 1 file changed, 20 deletions(-) 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 {