Index: sources/gui/qml/pages/treatment/TreatmentSection.qml =================================================================== diff -u -r21bcf654a57e2b3a6d1a2fee1173c3dff81f8f99 -r93b7d7da5dea9e0392e139b59117eb0315d6c343 --- sources/gui/qml/pages/treatment/TreatmentSection.qml (.../TreatmentSection.qml) (revision 21bcf654a57e2b3a6d1a2fee1173c3dff81f8f99) +++ sources/gui/qml/pages/treatment/TreatmentSection.qml (.../TreatmentSection.qml) (revision 93b7d7da5dea9e0392e139b59117eb0315d6c343) @@ -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