Fix button margins
This commit is contained in:
parent
d2cd4eff59
commit
e92419c65a
@ -387,6 +387,8 @@ Page {
|
||||
|
||||
Button {
|
||||
Layout.fillWidth: true
|
||||
Layout.leftMargin: app.margins
|
||||
Layout.rightMargin: app.margins
|
||||
text: qsTr("Trigger a wireless scan on the device.")
|
||||
onClicked: networkManger.manager.performWifiScan()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user