layout, radius and border
This commit is contained in:
parent
7de7ae19bb
commit
af396bc2c5
17 changed files with 67 additions and 65 deletions
|
|
@ -16,7 +16,7 @@ ProgressBar {
|
|||
implicitWidth: 200
|
||||
implicitHeight: 6
|
||||
color: Styling.theme.base100
|
||||
radius: 8
|
||||
radius: Styling.theme.radiusField
|
||||
}
|
||||
|
||||
contentItem: Item {
|
||||
|
|
@ -27,7 +27,7 @@ ProgressBar {
|
|||
Rectangle {
|
||||
width: control.visualPosition * parent.width
|
||||
height: parent.height
|
||||
radius: 8
|
||||
radius: Styling.theme.radiusField
|
||||
color: Styling.theme.primary
|
||||
visible: !control.indeterminate
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue