Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-03-31 15:04:49 +0300
committerJaime van Kessel <nallath@gmail.com>2022-03-31 15:04:49 +0300
commit1df9ca55c88d3fa26b0c11f48a35e4565f20543c (patch)
tree535824e6befa6d3095b13e0eb26ffee9ee70cd85 /resources/qml/Cura.qml
parentb4b7e6a2b9f7cdc67453780faf1f7b0610a82524 (diff)
Use correct default button for package install dialog
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index 8e5f5a0383..7f6c49cbb1 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -739,7 +739,7 @@ UM.MainWindow
{
id: packageInstallDialog
title: catalog.i18nc("@window:title", "Install Package")
- standardButtons: StandardButton.Ok
+ standardButtons: Dialog.Ok
}
Cura.MessageDialog