From c987ef53159d9f561e4f0adea277a37367ea71c6 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Wed, 2 Nov 2022 18:30:46 +0100 Subject: [PATCH] Adjust warning label margins CURA-9424 --- plugins/3MFReader/WorkspaceDialog.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml index b1428cd878..3467dfe90d 100644 --- a/plugins/3MFReader/WorkspaceDialog.qml +++ b/plugins/3MFReader/WorkspaceDialog.qml @@ -262,6 +262,7 @@ UM.Dialog { spacing: UM.Theme.getSize("default_margin").height leftPadding: UM.Theme.getSize("medium_button_icon").width + UM.Theme.getSize("default_margin").width + bottomPadding: UM.Theme.getSize("narrow_margin").height WorkspaceRow { @@ -283,7 +284,9 @@ UM.Dialog id: clearBuildPlateWarning width: parent.width height: childrenRect.height + spacing: UM.Theme.getSize("default_margin").width visible: manager.hasObjectsOnPlate + UM.ColorImage { width: warningLabel.height