diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml index 93c34cf603..b2d6c7c610 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorPrintJobProgressBar.qml @@ -38,7 +38,7 @@ Item anchors { left: progressBar.right - leftMargin: UM.Theme.getSize("monitor_margin").width + leftMargin: UM.Theme.getSize("default_margin").width verticalCenter: parent.verticalCenter } text: printJob ? Math.round(printJob.progress * 100) + "%" : "0%" @@ -54,7 +54,7 @@ Item anchors { left: percentLabel.right - leftMargin: UM.Theme.getSize("monitor_margin").width + leftMargin: UM.Theme.getSize("default_margin").width verticalCenter: parent.verticalCenter } wrapMode: Text.NoWrap diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 0ea2a31774..22a624301a 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -669,7 +669,6 @@ "monitor_external_link_icon": [1.16, 1.16], "monitor_column": [18.0, 1.0], "monitor_progress_bar": [16.5, 1.0], - "monitor_margin": [1.5, 1.5], "table_row": [2.0, 2.0],