Index: sources/gui/qml/compounds/LabelUnitValueAdjuster.qml =================================================================== diff -u -r47aff3b45afdf9c651a2c40ebeedd8e70d4bbb1e -r45ce5cd058a8d0239d486e0ab4b057731f7dba76 --- sources/gui/qml/compounds/LabelUnitValueAdjuster.qml (.../LabelUnitValueAdjuster.qml) (revision 47aff3b45afdf9c651a2c40ebeedd8e70d4bbb1e) +++ sources/gui/qml/compounds/LabelUnitValueAdjuster.qml (.../LabelUnitValueAdjuster.qml) (revision 45ce5cd058a8d0239d486e0ab4b057731f7dba76) @@ -30,6 +30,8 @@ property alias step : _valueAdjuster.step property alias value : _valueAdjuster.value property alias canOff : _valueAdjuster.canOff + property alias editable : _valueAdjuster.editable + property alias defaultValue : _valueAdjuster.defaultValue width : Variables.adjustmentLabelUnitContainerWidth height : Variables.adjustmentLabelUnitContainerHeight