Index: sources/gui/qml/pages/treatment/sections/TreatmentFlowsComponent.qml =================================================================== diff -u -r200b0481616ac03872ad09baa168e0ae1ce6a2ee -r56d6ed00b13ebfeba45c999e73d0198e702e1961 --- sources/gui/qml/pages/treatment/sections/TreatmentFlowsComponent.qml (.../TreatmentFlowsComponent.qml) (revision 200b0481616ac03872ad09baa168e0ae1ce6a2ee) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlowsComponent.qml (.../TreatmentFlowsComponent.qml) (revision 56d6ed00b13ebfeba45c999e73d0198e702e1961) @@ -1,7 +1,7 @@ // Qt import QtQuick 2.12 -import QtGraphicalEffects 1.12 +// import QtGraphicalEffects 1.12 // Project @@ -23,7 +23,7 @@ property alias precision : _rangedValue.precision property bool showButtons : true property bool buttonsEnabled : true - property bool dropShadowEnabled : true + // property bool dropShadowEnabled : true property bool canOff : false property bool runAnimation : false property real pulseAlpha : 1 @@ -145,14 +145,14 @@ } } - layer.enabled : _root.dropShadowEnabled && _root.showButtons - layer.effect : DropShadow { id: _dropShadow - horizontalOffset: 3 - verticalOffset : 3 - radius : 3.0 - samples : 7 - color : "#50000000" - source : _root - anchors.fill : _root - } + // layer.enabled : _root.dropShadowEnabled && _root.showButtons + // layer.effect : DropShadow { id: _dropShadow + // horizontalOffset: 3 + // verticalOffset : 3 + // radius : 3.0 + // samples : 7 + // color : "#50000000" + // source : _root + // anchors.fill : _root + // } }