Fix highlight color of quality dropdown

CURA-8928
This commit is contained in:
Jaime van Kessel 2022-03-03 12:53:46 +01:00
parent 901dc55733
commit a0f9febf62
2 changed files with 2 additions and 4 deletions

View file

@ -29,6 +29,7 @@ ToolTip
visible: opacity != 0.0
opacity: 0.0 // initially hidden
Behavior on opacity
{
NumberAnimation { duration: 100; }