SevenTasks: Fix album cover alignment
This commit is contained in:
parent
0f3434122f
commit
b2c3f52161
2 changed files with 2 additions and 2 deletions
Plasma/Plasma_Widgets/User
io.gitgud.wackyideas.seventasks/contents/ui
seventasks_src/src/package/contents/ui
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue