From 9c7ee751d53b08decc4acb64726d2eafd80b47d5 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Wed, 25 Nov 2015 13:07:35 +0100 Subject: [PATCH] Add horizontal margins to setting category headers --- resources/themes/cura/styles.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/themes/cura/styles.qml b/resources/themes/cura/styles.qml index 523a2410e3..0acd2bce74 100644 --- a/resources/themes/cura/styles.qml +++ b/resources/themes/cura/styles.qml @@ -290,6 +290,11 @@ QtObject { property Component sidebar_category: Component { ButtonStyle { background: Rectangle { + anchors.fill: parent; + anchors.left: parent.left + anchors.leftMargin: UM.Theme.sizes.default_margin.width + anchors.right: parent.right + anchors.rightMargin: UM.Theme.sizes.default_margin.width implicitHeight: UM.Theme.sizes.section.height; color: { if(control.color) {