1PropertyLabel {
2    text: "%1"
3    tooltip: "%1"
4}
5
6SecondColumnLayout {
7    SpinBox {
8        minimumValue: -9999999
9        maximumValue: 9999999
10        decimals: 2
11        stepSize: 0.1
12        backendValue: backendValues.%2
13        implicitWidth: StudioTheme.Values.twoControlColumnWidth
14                       + StudioTheme.Values.actionIndicatorWidth
15    }
16
17    ExpandingSpacer {}
18}
19