From f60463a23776f4a88237936940df6faa10ea6bb8 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Fri, 18 Nov 2022 11:33:00 +0100 Subject: [PATCH] Add left padding CURA-9424 --- plugins/3MFReader/WorkspaceDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml index 0dfa7d4e8c..d1a000bae4 100644 --- a/plugins/3MFReader/WorkspaceDialog.qml +++ b/plugins/3MFReader/WorkspaceDialog.qml @@ -195,7 +195,7 @@ UM.Dialog model: resolveStrategiesModel textRole: "label" visible: manager.qualityChangesConflict - contentLeftPadding: UM.Theme.getSize("default_margin").width + contentLeftPadding: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width textFont: UM.Theme.getFont("medium") background: Cura.RoundedRectangle @@ -249,7 +249,7 @@ UM.Dialog model: resolveStrategiesModel textRole: "label" visible: manager.materialConflict - contentLeftPadding: UM.Theme.getSize("default_margin").width + contentLeftPadding: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width textFont: UM.Theme.getFont("medium") background: Cura.RoundedRectangle