mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix QML warnings
CURA-5772
This commit is contained in:
parent
2455961ac7
commit
553e29b9b8
4 changed files with 8 additions and 6 deletions
|
@ -20,7 +20,7 @@ Rectangle
|
|||
signal hideTooltip()
|
||||
|
||||
// Also add an extra margin, as we ant some breathing room around the edges.
|
||||
height: childrenRect.height + UM.Theme.getSize("sidebar_margin").height
|
||||
height: saveButton.height + UM.Theme.getSize("sidebar_margin").height
|
||||
Label
|
||||
{
|
||||
id: timeDetails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue