BUG: 398941 FIXED-IN: 0.8.2
@ -496,7 +496,7 @@ MouseArea {
PlasmaComponents.ToolButton {
id: closeButton
anchors.verticalCenter: parent.verticalCenter
iconSource: "window-close"
iconSource: "delete"
tooltip: i18n("Remove applet")
onClicked: {
tooltip.visible = false;
@ -582,7 +582,7 @@ FocusScope {
Layout.alignment: Qt.AlignHCenter
text: i18n("Remove")
iconSource: "edit-delete"
opacity: dock.totalDocksCount > 1 ? 1 : 0
tooltip: i18n("Remove current dock")