Reduce progress bar length

CS-158
This commit is contained in:
Ian Paschal 2019-09-11 11:30:29 +02:00
parent 07a5213ea6
commit 3b5cf115f1

View File

@ -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