mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:09:08 +08:00
Remove superfluous semicolumn
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
02f648d40a
commit
8c0b0ddc5b
@ -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:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user