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 {
id: icon
width: 40
height: 40
height: parent.height
icon: iconName
anchors.verticalCenter: parent.verticalCenter
}
MouseArea {
anchors.fill: parent