Fix icon placing in the DeviceDelegate

This commit is contained in:
Aleix Pol 2015-06-19 07:13:04 +02:00
parent 68b206e525
commit 4654a61a5f

View file

@ -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