From b1e559ff1a831ef3675628096bae335f641da74b Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Wed, 2 Nov 2022 18:09:49 +0100 Subject: [PATCH] Add padding below section titles CURA-9424 --- plugins/3MFReader/WorkspaceSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/3MFReader/WorkspaceSection.qml b/plugins/3MFReader/WorkspaceSection.qml index f4e53b7cd7..575fc8fea5 100644 --- a/plugins/3MFReader/WorkspaceSection.qml +++ b/plugins/3MFReader/WorkspaceSection.qml @@ -59,7 +59,7 @@ Item { id: sectionTitleRow anchors.top: parent.top - anchors.bottomMargin: UM.Theme.getSize("default_margin").height + bottomPadding: UM.Theme.getSize("default_margin").height spacing: UM.Theme.getSize("default_margin").width UM.ColorImage