mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix some codestyle issues
This commit is contained in:
parent
5061a36aba
commit
f983990ac1
2 changed files with 107 additions and 111 deletions
|
@ -40,7 +40,8 @@ Item
|
|||
// update active type label
|
||||
for (var button in meshTypeButtons.children)
|
||||
{
|
||||
if (meshTypeButtons.children[button].checked){
|
||||
if (meshTypeButtons.children[button].checked)
|
||||
{
|
||||
meshTypeLabel.text = catalog.i18nc("@label", "Mesh Type") + ": " + meshTypeButtons.children[button].text
|
||||
break
|
||||
}
|
||||
|
@ -130,7 +131,7 @@ Item
|
|||
|
||||
}
|
||||
|
||||
Label
|
||||
Label
|
||||
{
|
||||
id: meshTypeLabel
|
||||
font: UM.Theme.getFont("default")
|
||||
|
@ -321,10 +322,7 @@ Item
|
|||
Connections
|
||||
{
|
||||
target: inheritStackProvider
|
||||
onPropertiesChanged:
|
||||
{
|
||||
provider.forcePropertiesChanged()
|
||||
}
|
||||
onPropertiesChanged: provider.forcePropertiesChanged()
|
||||
}
|
||||
|
||||
Connections
|
||||
|
@ -460,5 +458,4 @@ Item
|
|||
|
||||
Cura.SettingUnknown { }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue