mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Use standard buttons for OK button
This commit is contained in:
parent
db8af24bea
commit
182de32380
1 changed files with 4 additions and 4 deletions
|
@ -280,10 +280,10 @@ ApplicationWindow {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
DialogButtonBox {
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.fillWidth: true
|
||||||
text: qsTr("OK")
|
standardButtons: DialogButtonBox.Ok
|
||||||
onClicked: close()
|
onAccepted: close()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue