mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Remove superfluous semicolumn
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
02f648d40a
commit
8c0b0ddc5b
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue