fix zigbee config button after breaking it with progressbutton changes

This commit is contained in:
Michael Zanetti 2021-04-12 11:07:33 +02:00
parent bfa2d4fba3
commit 34b323d111

View File

@ -97,8 +97,7 @@ SettingsPageBase {
}
ProgressButton {
Layout.preferredWidth: Style.iconSize
Layout.preferredHeight: Style.iconSize
size: Style.iconSize
imageSource: "/ui/images/configure.svg"
longpressEnabled: false
onClicked: pageStack.push(Qt.resolvedUrl("ZigbeeNetworkPage.qml"), { zigbeeManager: zigbeeManager, network: zigbeeManager.networks.get(index) })