diff --git a/applets/notifications/package/contents/ui/NotificationPopup.qml b/applets/notifications/package/contents/ui/NotificationPopup.qml index 489fbd1cb..abd3ca3f3 100644 --- a/applets/notifications/package/contents/ui/NotificationPopup.qml +++ b/applets/notifications/package/contents/ui/NotificationPopup.qml @@ -183,7 +183,6 @@ PlasmaCore.Dialog { PlasmaComponents.Button { text: modelData.text width: theme.mSize(theme.defaultFont).width * 8 - height: theme.mSize(theme.defaultFont).width * 2 onClicked: { executeAction(notificationProperties.source, modelData.id) actionsColumn.visible = false