mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 21:46:47 +02:00
progrss bar touch up
This commit is contained in:
parent
a7e1efc763
commit
9c062e3228
1 changed files with 4 additions and 4 deletions
|
@ -60,7 +60,7 @@ Item {
|
||||||
ProgressBar {
|
ProgressBar {
|
||||||
id: progressBar
|
id: progressBar
|
||||||
width: 394
|
width: 394
|
||||||
height: 12
|
height: 8
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: secondText.bottom
|
top: secondText.bottom
|
||||||
|
@ -71,18 +71,18 @@ Item {
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
implicitWidth: progressBar.width
|
implicitWidth: progressBar.width
|
||||||
implicitHeight: progressBar.height
|
implicitHeight: progressBar.height
|
||||||
radius: 4
|
radius: 8
|
||||||
color: "#252525"
|
color: "#252525"
|
||||||
}
|
}
|
||||||
|
|
||||||
contentItem: Item {
|
contentItem: Item {
|
||||||
implicitWidth: progressBar.width
|
implicitWidth: progressBar.width
|
||||||
implicitHeight: progressBar.height * 0.90
|
implicitHeight: progressBar.height * 0.85
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: progressBar.visualPosition * parent.width
|
width: progressBar.visualPosition * parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
radius: 3
|
radius: 6
|
||||||
color: "#01B2ED"
|
color: "#01B2ED"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue