Remove monitor margin

No idea why it was even there as it's own size.
This commit is contained in:
Jaime van Kessel 2022-02-25 13:16:59 +01:00
parent 96751a0cc0
commit 2327a71642
2 changed files with 2 additions and 3 deletions

View file

@ -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