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 {
|
||||
id: icon
|
||||
width: 40
|
||||
height: 40
|
||||
height: parent.height
|
||||
icon: iconName
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Reference in a new issue