Index: sources/gui/qml/pages/treatment/TreatmentSection.qml =================================================================== diff -u -r7805806e4370be4d9207872e916f478875bd4ba6 -rdff9d50ebfa80ec99313586e1d48662b72940d24 --- sources/gui/qml/pages/treatment/TreatmentSection.qml (.../TreatmentSection.qml) (revision 7805806e4370be4d9207872e916f478875bd4ba6) +++ sources/gui/qml/pages/treatment/TreatmentSection.qml (.../TreatmentSection.qml) (revision dff9d50ebfa80ec99313586e1d48662b72940d24) @@ -15,7 +15,7 @@ // Qt import QtQuick 2.12 - +import QtGraphicalEffects 1.12 import "qrc:/globals" import "qrc:/components" import "qrc:/pages/treatment" @@ -49,4 +49,15 @@ contentItem: _root.contentItem } + +// DropShadow { +// anchors.fill: _root +// source: _root + +// horizontalOffset: 0 +// verticalOffset: 5 +// radius: 3.0 +// samples: 7 +// color: "#3F000000" +// } }