mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -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
|
anchors
|
||||||
{
|
{
|
||||||
left: progressBar.right
|
left: progressBar.right
|
||||||
leftMargin: UM.Theme.getSize("monitor_margin").width
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
text: printJob ? Math.round(printJob.progress * 100) + "%" : "0%"
|
text: printJob ? Math.round(printJob.progress * 100) + "%" : "0%"
|
||||||
|
@ -54,7 +54,7 @@ Item
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
left: percentLabel.right
|
left: percentLabel.right
|
||||||
leftMargin: UM.Theme.getSize("monitor_margin").width
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
verticalCenter: parent.verticalCenter
|
verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
wrapMode: Text.NoWrap
|
wrapMode: Text.NoWrap
|
||||||
|
|
|
@ -669,7 +669,6 @@
|
||||||
"monitor_external_link_icon": [1.16, 1.16],
|
"monitor_external_link_icon": [1.16, 1.16],
|
||||||
"monitor_column": [18.0, 1.0],
|
"monitor_column": [18.0, 1.0],
|
||||||
"monitor_progress_bar": [16.5, 1.0],
|
"monitor_progress_bar": [16.5, 1.0],
|
||||||
"monitor_margin": [1.5, 1.5],
|
|
||||||
|
|
||||||
"table_row": [2.0, 2.0],
|
"table_row": [2.0, 2.0],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue