mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix tooltips on actionbuttons
This commit is contained in:
parent
9afbc64934
commit
afa380555f
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ ToolTip
|
|||
NumberAnimation { duration: 100; }
|
||||
}
|
||||
|
||||
onAboutToShow: show()
|
||||
onAboutToHide: hide()
|
||||
|
||||
// If the text is not set, just set the height to 0 to prevent it from showing
|
||||
height: text != "" ? label.contentHeight + 2 * UM.Theme.getSize("thin_margin").width: 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue