Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentBase.qml =================================================================== diff -u -r477c26a4e1dcbdf7ad0f29ae7a1df4738d4dcce2 -r596aa427447d3757005ae759c64c52ebb26b9503 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentBase.qml (.../TreatmentAdjustmentBase.qml) (revision 477c26a4e1dcbdf7ad0f29ae7a1df4738d4dcce2) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentBase.qml (.../TreatmentAdjustmentBase.qml) (revision 596aa427447d3757005ae759c64c52ebb26b9503) @@ -29,7 +29,8 @@ ModalDialog { id: _root contentItem.objectName: "TreatmentAdjustmentBase" //SquishQt testability - property string titleText: "" + property string titleText : "" + property alias titlePixelSize : _titleText.font.pixelSize property bool closeVisible: true property bool confirmVisible: false