Fix icon placing in the DeviceDelegate
This commit is contained in:
parent
68b206e525
commit
4654a61a5f
1 changed files with 2 additions and 1 deletions
|
@ -31,8 +31,9 @@ Item
|
||||||
QIconItem {
|
QIconItem {
|
||||||
id: icon
|
id: icon
|
||||||
width: 40
|
width: 40
|
||||||
height: 40
|
height: parent.height
|
||||||
icon: iconName
|
icon: iconName
|
||||||
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in a new issue