From b2c3f52161335701752a113de01772568cf7440b Mon Sep 17 00:00:00 2001 From: wackyideas Date: Fri, 2 Feb 2024 20:59:04 +0100 Subject: [PATCH] SevenTasks: Fix album cover alignment --- .../contents/ui/ToolTipInstance.qml | 2 +- .../seventasks_src/src/package/contents/ui/ToolTipInstance.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipInstance.qml b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipInstance.qml index 72b8eb0..887bab8 100755 --- a/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipInstance.qml +++ b/Plasma/Plasma_Widgets/User/io.gitgud.wackyideas.seventasks/contents/ui/ToolTipInstance.qml @@ -331,7 +331,7 @@ Item { anchors.fill: x11Thumbnail // Indent by one pixel to make sure we never cover up the entire highlight anchors.margins: 1 - anchors.topMargin: PlasmaCore.Units.smallSpacing*2; + anchors.topMargin: PlasmaCore.Units.smallSpacing; sourceSize: Qt.size(parent.width, parent.height) asynchronous: true diff --git a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipInstance.qml b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipInstance.qml index 72b8eb0..887bab8 100755 --- a/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipInstance.qml +++ b/Plasma/Plasma_Widgets/User/seventasks_src/src/package/contents/ui/ToolTipInstance.qml @@ -331,7 +331,7 @@ Item { anchors.fill: x11Thumbnail // Indent by one pixel to make sure we never cover up the entire highlight anchors.margins: 1 - anchors.topMargin: PlasmaCore.Units.smallSpacing*2; + anchors.topMargin: PlasmaCore.Units.smallSpacing; sourceSize: Qt.size(parent.width, parent.height) asynchronous: true