set max region radiuses in workload UI

This commit is contained in:
Andrew Meadows 2018-06-18 10:31:41 -07:00
parent 6d422e4678
commit 222756371e

View file

@ -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