diff --git a/app/qml/DeviceDelegate.qml b/app/qml/DeviceDelegate.qml index 9cf862fef..c6f08f107 100644 --- a/app/qml/DeviceDelegate.qml +++ b/app/qml/DeviceDelegate.qml @@ -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