Use tooltip button colour for tooltips

That's what the theme entry was made for, wasn't it?

Contributes to issue CURA-4148.
This commit is contained in:
Ghostkeeper 2017-08-21 14:59:14 +02:00
parent d50f498fef
commit 12de8372b9
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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