mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Remove monitor margin
No idea why it was even there as it's own size.
This commit is contained in:
parent
96751a0cc0
commit
2327a71642
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue