mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:09:08 +08:00
Code style fixes
This commit is contained in:
parent
85bc79bde2
commit
adb37de51c
@ -32,7 +32,7 @@ UM.Dialog
|
||||
UM.I18nCatalog
|
||||
{
|
||||
id: catalog;
|
||||
name:"cura"
|
||||
name: "cura"
|
||||
}
|
||||
|
||||
Row
|
||||
@ -71,7 +71,7 @@ UM.Dialog
|
||||
text:
|
||||
{
|
||||
var result = styleData.value
|
||||
if (extruder_name!= "")
|
||||
if (extruder_name != "")
|
||||
{
|
||||
result += " (" + extruder_name + ")"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user