mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
SevenTasks: Fix album cover alignment
This commit is contained in:
parent
0f3434122f
commit
b2c3f52161
2 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ Item {
|
||||||
anchors.fill: x11Thumbnail
|
anchors.fill: x11Thumbnail
|
||||||
// Indent by one pixel to make sure we never cover up the entire highlight
|
// Indent by one pixel to make sure we never cover up the entire highlight
|
||||||
anchors.margins: 1
|
anchors.margins: 1
|
||||||
anchors.topMargin: PlasmaCore.Units.smallSpacing*2;
|
anchors.topMargin: PlasmaCore.Units.smallSpacing;
|
||||||
sourceSize: Qt.size(parent.width, parent.height)
|
sourceSize: Qt.size(parent.width, parent.height)
|
||||||
|
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
|
|
|
@ -331,7 +331,7 @@ Item {
|
||||||
anchors.fill: x11Thumbnail
|
anchors.fill: x11Thumbnail
|
||||||
// Indent by one pixel to make sure we never cover up the entire highlight
|
// Indent by one pixel to make sure we never cover up the entire highlight
|
||||||
anchors.margins: 1
|
anchors.margins: 1
|
||||||
anchors.topMargin: PlasmaCore.Units.smallSpacing*2;
|
anchors.topMargin: PlasmaCore.Units.smallSpacing;
|
||||||
sourceSize: Qt.size(parent.width, parent.height)
|
sourceSize: Qt.size(parent.width, parent.height)
|
||||||
|
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
|
|
Loading…
Reference in a new issue