mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-04 05:40:35 -07:00
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:
parent
1844a9bed2
commit
895590c3d0
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue