From 745c60a7766cd082fdd1366ebf553d1768eeed4e Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Wed, 29 May 2019 13:48:34 +0200 Subject: [PATCH] [Notifications] Remove space between pause/stop and details button This was meant to provide some separation but since the arrow icon has so much padding around it anyway and more importantly, it breaks alignment in the list, remove it. Differential Revision: https://phabricator.kde.org/D21471 --- applets/notifications/package/contents/ui/JobItem.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/applets/notifications/package/contents/ui/JobItem.qml b/applets/notifications/package/contents/ui/JobItem.qml index f31af3ebd..3d7e87030 100644 --- a/applets/notifications/package/contents/ui/JobItem.qml +++ b/applets/notifications/package/contents/ui/JobItem.qml @@ -94,7 +94,6 @@ ColumnLayout { PlasmaComponents.ToolButton { id: expandButton - Layout.leftMargin: units.smallSpacing iconSource: checked ? "arrow-down" : (LayoutMirroring.enabled ? "arrow-left" : "arrow-right") tooltip: checked ? i18ndc("plasma_applet_org.kde.plasma.notifications", "A button tooltip; hides item details", "Hide Details") : i18ndc("plasma_applet_org.kde.plasma.notifications", "A button tooltip; expands the item to show details", "Show Details")