From 72788445abb228b43c7e65ebafb08374636ec0d2 Mon Sep 17 00:00:00 2001 From: Ian Paschal Date: Mon, 12 Feb 2018 11:49:14 +0100 Subject: [PATCH] Added one more floor --- resources/qml/SidebarSimple.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 8371d5b84e..b4c494c5e9 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -952,7 +952,7 @@ Item { id: tipsCell anchors.top: adhesionCheckBox.visible ? adhesionCheckBox.bottom : (enableSupportCheckBox.visible ? supportExtruderCombobox.bottom : infillCellRight.bottom) - anchors.topMargin: UM.Theme.getSize("sidebar_margin").height * 2 + anchors.topMargin: Math.floor(UM.Theme.getSize("sidebar_margin").height * 2) anchors.left: parent.left width: parent.width height: tipsText.contentHeight * tipsText.lineCount