mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23: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 {
|
||||
id: icon
|
||||
anchors.centerIn: parent
|
||||
anchors {
|
||||
centerIn: parent
|
||||
verticalCenterOffset: -theme.mSize(theme.defaultFont).height
|
||||
}
|
||||
width: parent.height / 2
|
||||
height: width
|
||||
source: modelData.ApplicationIconRole
|
||||
|
|
|
|||
Loading…
Reference in a new issue