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