Change the size of the progress bar control. Also add the rounded

rectangle.

Contributes to the new Cura UI-Flow.
This commit is contained in:
Diego Prado Gesto 2018-11-20 14:28:54 +01:00
parent 1844a9bed2
commit 895590c3d0
2 changed files with 2 additions and 1 deletions

View File

@ -515,6 +515,7 @@ QtObject
implicitWidth: Theme.getSize("message").width - (Theme.getSize("default_margin").width * 2)
implicitHeight: Theme.getSize("progressbar").height
color: control.hasOwnProperty("backgroundColor") ? control.backgroundColor : Theme.getColor("progressbar_background")
radius: Theme.getSize("progressbar_radius").width
}
progress: Rectangle
{

View File

@ -448,7 +448,7 @@
"progressbar": [26.0, 0.75],
"progressbar_radius": [0.15, 0.15],
"progressbar_control": [8.0, 0.4],
"progressbar_control": [8.0, 0.75],
"scrollbar": [0.75, 0.5],