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:
j.delarago 2022-02-24 11:34:48 +01:00
parent 5d28994b87
commit 41e04f2e9d
2 changed files with 10 additions and 2 deletions

View file

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