Skip to content
Snippets Groups Projects
Commit 182de323 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Use standard buttons for OK button

parent db8af24b
No related branches found
No related tags found
No related merge requests found
......@@ -280,10 +280,10 @@ ApplicationWindow {
}
Button {
Layout.alignment: Qt.AlignRight
text: qsTr("OK")
onClicked: close()
DialogButtonBox {
Layout.fillWidth: true
standardButtons: DialogButtonBox.Ok
onAccepted: close()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment