From 8c0b0ddc5b67ef2525b9cfd59497ebfec838c37e Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Fri, 11 Feb 2022 11:32:03 +0100 Subject: [PATCH] Remove superfluous semicolumn Co-authored-by: Jaime van Kessel --- resources/qml/Preferences/Materials/MaterialsView.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index 560c88ce4d..94fbe0be48 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -127,9 +127,9 @@ Item text: catalog.i18nc("@label (%1 is a number)", "The new filament diameter is set to %1 mm, which is not compatible with the current extruder. Do you wish to continue?".arg(new_diameter_value)) standardButtons: Dialog.Yes | Dialog.No - property var new_diameter_value: null; - property var old_diameter_value: null; - property var old_approximate_diameter_value: null; + property var new_diameter_value: null + property var old_diameter_value: null + property var old_approximate_diameter_value: null onAccepted: {