mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
adjust centering of bookmark icons
This commit is contained in:
parent
89935a1d21
commit
15803f7672
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@ Item {
|
||||||
|
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
id: icon
|
id: icon
|
||||||
anchors.centerIn: parent
|
anchors {
|
||||||
|
centerIn: parent
|
||||||
|
verticalCenterOffset: -theme.mSize(theme.defaultFont).height
|
||||||
|
}
|
||||||
width: parent.height / 2
|
width: parent.height / 2
|
||||||
height: width
|
height: width
|
||||||
source: modelData.ApplicationIconRole
|
source: modelData.ApplicationIconRole
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue