mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 00:04:13 +02:00
set max region radiuses in workload UI
This commit is contained in:
parent
6d422e4678
commit
222756371e
1 changed files with 6 additions and 6 deletions
|
@ -133,9 +133,9 @@ Rectangle {
|
|||
}
|
||||
Repeater {
|
||||
model: [
|
||||
"R1:r1Back:50.0:0.0",
|
||||
"R2:r2Back:50.0:0.0",
|
||||
"R3:r3Back:50.0:0.0"
|
||||
"R1:r1Back:250.0:0.0",
|
||||
"R2:r2Back:250.0:0.0",
|
||||
"R3:r3Back:250.0:0.0"
|
||||
]
|
||||
ConfigSlider {
|
||||
label: qsTr(modelData.split(":")[0])
|
||||
|
@ -160,9 +160,9 @@ Rectangle {
|
|||
}
|
||||
Repeater {
|
||||
model: [
|
||||
"r1Front:300:1.0",
|
||||
"r2Front:300:1.0",
|
||||
"r3Front:300:1.0"
|
||||
"r1Front:500:1.0",
|
||||
"r2Front:500:1.0",
|
||||
"r3Front:500:1.0"
|
||||
]
|
||||
ConfigSlider {
|
||||
showLabel: false
|
||||
|
|
Loading…
Reference in a new issue