Explorar o código

changed button in errorDialog to close

Malte Veerman %!s(int64=10) %!d(string=hai) anos
pai
achega
7f334f777d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/contents/ui/ErrorDialog.qml

+ 2 - 2
package/contents/ui/ErrorDialog.qml

@@ -26,8 +26,8 @@ Dialog {
     
     title: i18n("Error")
     width: text.implicitWidth + 20
-    standardButtons: StandardButton.Ok
-    onAccepted: close()
+    standardButtons: StandardButton.Close
+    onRejected: close()
     
     Label {
         id: text