mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-03 18:29:09 +00:00
Change progress property of ProgressIndicator from in-out to out
This commit is contained in:
parent
b634b1fa7f
commit
0755af3b6d
3 changed files with 3 additions and 3 deletions
|
@ -485,7 +485,7 @@ export component NativeProgressIndicator {
|
|||
in property <length> width;
|
||||
in property <length> height;
|
||||
in property <bool> indeterminate;
|
||||
in-out property <float> progress;
|
||||
in property <float> progress;
|
||||
in property <float> minimum;
|
||||
in property <float> maximum: 100;
|
||||
//-is_internal
|
||||
|
|
|
@ -222,7 +222,7 @@ export component ProgressIndicator {
|
|||
|
||||
in property<float> maximum: 100;
|
||||
in property<float> minimum: 0;
|
||||
in-out property <float> progress;
|
||||
in property <float> progress;
|
||||
in property <bool> indeterminate;
|
||||
|
||||
min-height: 2px;
|
||||
|
|
|
@ -8,7 +8,7 @@ export component ProgressIndicator {
|
|||
|
||||
in property<float> maximum: 100;
|
||||
in property<float> minimum: 0;
|
||||
in-out property<float> progress;
|
||||
in property<float> progress;
|
||||
in property <bool> indeterminate;
|
||||
|
||||
min-height: 4px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue