mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Reduce progress bar length
CS-158
This commit is contained in:
parent
07a5213ea6
commit
3b5cf115f1
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ Item
|
||||||
left: parent.left
|
left: parent.left
|
||||||
}
|
}
|
||||||
value: printJob ? printJob.progress : 0
|
value: printJob ? printJob.progress : 0
|
||||||
width: UM.Theme.getSize("monitor_column").width
|
width: UM.Theme.getSize("monitor_progress_bar").width
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Label
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue