mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Progress bar causing crash due to incorrect min max value variable names.
Give buttons fixed leftMargin in monitor page so icons are center aligned. CURA-8980
This commit is contained in:
parent
5d28994b87
commit
41e04f2e9d
2 changed files with 10 additions and 2 deletions
|
@ -183,8 +183,8 @@ Item
|
|||
UM.ProgressBar
|
||||
{
|
||||
id: progressBar
|
||||
minimumValue: 0
|
||||
maximumValue: 100
|
||||
from: 0
|
||||
to: 100
|
||||
value: 0
|
||||
|
||||
//Doing this in an explicit binding since the implicit binding breaks on occasion.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue