mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
doc: Fix example of ProgressIndicator
Use 50% instead of 50 for the property that has a value between 0 and 1...
This commit is contained in:
parent
67b9f2b137
commit
ab4c8699ae
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ export component Example inherits Window {
|
||||||
ProgressIndicator {
|
ProgressIndicator {
|
||||||
width: parent.width;
|
width: parent.width;
|
||||||
height: parent.height;
|
height: parent.height;
|
||||||
progress: 50;
|
progress: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue