SevenTasks: Fix album cover alignment

This commit is contained in:
wackyideas 2024-02-02 20:59:04 +01:00
parent 0f3434122f
commit b2c3f52161
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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