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