new spin box, textfield and searchbar
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 30s
Python / test (pull_request) Successful in 43s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m38s
C++ / build (pull_request) Successful in 2m18s
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 10s
Python / lint-format (pull_request) Successful in 30s
Python / test (pull_request) Successful in 43s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m38s
C++ / build (pull_request) Successful in 2m18s
This commit is contained in:
@@ -52,12 +52,12 @@ ConnectedRect {
|
||||
}
|
||||
|
||||
CustomSpinBox {
|
||||
max: root.to
|
||||
min: root.from
|
||||
step: root.stepSize
|
||||
from: root.from
|
||||
stepSize: root.stepSize
|
||||
to: root.to
|
||||
value: root.value
|
||||
|
||||
onValueModified: v => root.moved(v)
|
||||
onValueModified: root.moved(value)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user