diff --git a/applets/notifications/package/contents/ui/FullRepresentation.qml b/applets/notifications/package/contents/ui/FullRepresentation.qml --- a/applets/notifications/package/contents/ui/FullRepresentation.qml +++ b/applets/notifications/package/contents/ui/FullRepresentation.qml @@ -191,13 +191,6 @@ Layout.fillWidth: true } - PlasmaComponents.ToolButton { - iconName: "edit-clear-history" - tooltip: i18n("Clear History") - visible: plasmoid.action("clearHistory").visible - onClicked: action_clearHistory() - } - PlasmaComponents.ToolButton { iconName: "configure" // remove mnemonics @@ -207,6 +200,13 @@ visible: plasmoid.action("openKcm").enabled onClicked: plasmoid.action("openKcm").trigger() } + + PlasmaComponents.ToolButton { + iconName: "edit-clear-history" + tooltip: i18n("Clear History") + enabled: plasmoid.action("clearHistory").visible + onClicked: action_clearHistory() + } } PlasmaExtras.DescriptiveLabel {