mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-26 16:13:55 -06:00
Don't colour Check Material Compatibility text red upon incompatibility
I would've liked it when it became yellow instead, but just keeping it white and displaying the warning icon is sufficient I suppose. Contributes to issue CURA-4148.
This commit is contained in:
parent
ab444943cb
commit
c6d1ff0823
1 changed files with 2 additions and 12 deletions
|
@ -286,17 +286,7 @@ Column
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
color:
|
color: UM.Theme.getColor("text")
|
||||||
{
|
|
||||||
if (!Cura.MachineManager.isActiveQualitySupported)
|
|
||||||
{
|
|
||||||
UM.Theme.getColor("setting_validation_error");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
UM.Theme.getColor("text");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue