diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml index 5e9b584a3b..47473c0c78 100755 --- a/resources/themes/cura/styles.qml +++ b/resources/themes/cura/styles.qml @@ -246,7 +246,7 @@ QtObject { target: Qt.point(parent.x, y + height/2) arrowSize: Theme.getSize("button_tooltip_arrow").width - color: Theme.getColor("tooltip") + color: Theme.getColor("button_tooltip") opacity: control.hovered ? 1.0 : 0.0; width: control.hovered ? button_tip.width + Theme.getSize("button_tooltip").width : 0