mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Code style fixes
This commit is contained in:
parent
85bc79bde2
commit
adb37de51c
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ UM.Dialog
|
||||||
UM.I18nCatalog
|
UM.I18nCatalog
|
||||||
{
|
{
|
||||||
id: catalog;
|
id: catalog;
|
||||||
name:"cura"
|
name: "cura"
|
||||||
}
|
}
|
||||||
|
|
||||||
Row
|
Row
|
||||||
|
|
@ -71,7 +71,7 @@ UM.Dialog
|
||||||
text:
|
text:
|
||||||
{
|
{
|
||||||
var result = styleData.value
|
var result = styleData.value
|
||||||
if (extruder_name!= "")
|
if (extruder_name != "")
|
||||||
{
|
{
|
||||||
result += " (" + extruder_name + ")"
|
result += " (" + extruder_name + ")"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue