mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix coding style
CURA-4147
This commit is contained in:
parent
bab61b7f47
commit
662e3b9cd1
2 changed files with 20 additions and 14 deletions
|
|
@ -199,6 +199,7 @@ Column
|
||||||
menu: NozzleMenu { extruderIndex: base.currentExtruderIndex }
|
menu: NozzleMenu { extruderIndex: base.currentExtruderIndex }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Material Row
|
// Material Row
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
|
|
@ -254,6 +255,7 @@ Column
|
||||||
menu: MaterialMenu { extruderIndex: base.currentExtruderIndex }
|
menu: MaterialMenu { extruderIndex: base.currentExtruderIndex }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Material info row
|
// Material info row
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
|
|
@ -287,10 +289,14 @@ Column
|
||||||
color:
|
color:
|
||||||
{
|
{
|
||||||
if (!Cura.MachineManager.isActiveQualitySupported)
|
if (!Cura.MachineManager.isActiveQualitySupported)
|
||||||
|
{
|
||||||
UM.Theme.getColor("setting_validation_error");
|
UM.Theme.getColor("setting_validation_error");
|
||||||
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
UM.Theme.getColor("text");
|
UM.Theme.getColor("text");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue