Index: sources/gui/qml/pages/treatment/TreatmentSection.qml =================================================================== diff -u -r57ea732311e6f4c746974f5a52316f63dec23ca8 -rbf9223700613ced6c377f3e3a7b4de8367c30474 --- sources/gui/qml/pages/treatment/TreatmentSection.qml (.../TreatmentSection.qml) (revision 57ea732311e6f4c746974f5a52316f63dec23ca8) +++ sources/gui/qml/pages/treatment/TreatmentSection.qml (.../TreatmentSection.qml) (revision bf9223700613ced6c377f3e3a7b4de8367c30474) @@ -24,6 +24,7 @@ property Item contentItem : null property alias header : _header property alias contentArea : _contentArea + property bool enableDropShadow: true signal editClicked signal lockClicked @@ -50,7 +51,7 @@ contentItem: _root.contentItem } - layer.enabled: true + layer.enabled: _root.enableDropShadow layer.effect: DropShadow { id: _dropShadow horizontalOffset: 3