Extending the default size of the regions to 16km

This commit is contained in:
Sam Gateau 2018-08-21 10:10:39 -07:00
parent e60756cfe6
commit 1914f1f103
2 changed files with 4 additions and 4 deletions

View file

@ -192,7 +192,7 @@ namespace workload {
struct Data { struct Data {
bool regulateViewRanges{ false }; bool regulateViewRanges{ false }; // regulation is OFF by default
} data; } data;
struct DataExport { struct DataExport {

View file

@ -160,9 +160,9 @@ Rectangle {
} }
Repeater { Repeater {
model: [ model: [
"r1Front:500:1.0", "r1Front:16000:1.0",
"r2Front:500:1.0", "r2Front:16000:1.0",
"r3Front:500:1.0" "r3Front:16000:1.0"
] ]
ConfigSlider { ConfigSlider {
showLabel: false showLabel: false