From ad7c18d75e3c937459515bc60c42870fab2f1b94 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Mon, 29 Aug 2022 09:26:08 +0200 Subject: [PATCH] Increase margins between image, text and action button in the monitor page CURA-9422 --- plugins/MonitorStage/MonitorMain.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MonitorStage/MonitorMain.qml b/plugins/MonitorStage/MonitorMain.qml index 549c6b2d10..9e745f9f1c 100644 --- a/plugins/MonitorStage/MonitorMain.qml +++ b/plugins/MonitorStage/MonitorMain.qml @@ -126,7 +126,7 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter - spacing: UM.Theme.getSize("default_margin").height + spacing: UM.Theme.getSize("wide_margin").height padding: UM.Theme.getSize("default_margin").width topPadding: 0