Fix QML warnings

CURA-5772
This commit is contained in:
Jaime van Kessel 2018-10-15 15:32:50 +02:00
parent 2455961ac7
commit 553e29b9b8
4 changed files with 8 additions and 6 deletions

View file

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