mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06: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
|
||||
}
|
||||
value: printJob ? printJob.progress : 0
|
||||
width: UM.Theme.getSize("monitor_column").width
|
||||
width: UM.Theme.getSize("monitor_progress_bar").width
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue