SevenTasks: Fix album cover alignment

このコミットが含まれているのは:
wackyideas 2024-02-02 20:59:04 +01:00
コミット b2c3f52161
2個のファイルの変更2行の追加2行の削除

ファイルの表示

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

ファイルの表示

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