mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
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:
parent
d50f498fef
commit
12de8372b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue