fix: bad ID in frontend

This commit is contained in:
James Houlahan
2020-07-24 10:05:27 +02:00
parent 5ad307868e
commit d66bcc4b63
2 changed files with 19 additions and 2 deletions

View File

@ -84,7 +84,7 @@ Window {
anchors.horizontalCenter: parent.horizontalCenter
ButtonRounded {
id: cancel
id: sendAnyway
onClicked : root.hide(true)
height: Style.main.fontSize*2
//width: Style.dialog.widthButton*1.3
@ -93,7 +93,7 @@ Window {
}
ButtonRounded {
id: sendAnyway
id: cancel
onClicked : root.hide(false)
height: Style.main.fontSize*2
//width: Style.dialog.widthButton*1.3