mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +08: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
@ -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
|
||||
|
@ -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],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user