diff --git a/containments/homescreen/package/contents/ui/HomeLauncher.qml b/containments/homescreen/package/contents/ui/HomeLauncher.qml index ffd23976..1aa8629b 100644 --- a/containments/homescreen/package/contents/ui/HomeLauncher.qml +++ b/containments/homescreen/package/contents/ui/HomeLauncher.qml @@ -15,7 +15,10 @@ Item { PlasmaCore.IconItem { id: icon - anchors.centerIn: parent + anchors { + centerIn: parent + verticalCenterOffset: -theme.mSize(theme.defaultFont).height + } width: parent.height / 2 height: width source: modelData.ApplicationIconRole