From e2b39e7e33ef4136544dfb1f9605326aef46188c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 11 May 2017 11:08:23 +0200 Subject: [PATCH] Fixed spacing of infill options CURA-3732 --- resources/qml/SidebarSimple.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 8066e2665a..eb58344013 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -53,7 +53,8 @@ Item id: infillCellRight height: childrenRect.height; - width: base.width * .55 + width: base.width * .5 + spacing: UM.Theme.getSize("default_margin").width anchors.left: infillCellLeft.right