Index: sources/gui/qml/pages/treatment/TreatmentHome.qml =================================================================== diff -u -r36a488a3d29449ffedfe364d0031ed74d03c0ae0 -r23f8a6036e22f80c3c5fd2834a2980bb62d2a34d --- sources/gui/qml/pages/treatment/TreatmentHome.qml (.../TreatmentHome.qml) (revision 36a488a3d29449ffedfe364d0031ed74d03c0ae0) +++ sources/gui/qml/pages/treatment/TreatmentHome.qml (.../TreatmentHome.qml) (revision 23f8a6036e22f80c3c5fd2834a2980bb62d2a34d) @@ -15,7 +15,6 @@ // Qt import QtQuick 2.12 -import QtGraphicalEffects 1.12 // Project @@ -51,18 +50,16 @@ objectName : "lockDialog" width: 600 - height: 600 + height: 400 backgroundColor: "#091E31" - text.font.pixelSize: 35 - onVisibleChanged: { - menuBlurredBackground.visible = _lockDialog.visible - } + fontSize: 35 + verticalOffset: Variables.defaultMargin * 5 Rectangle { id: _mainCircle objectName: "lockDialogMainCircle" anchors { top: parent.top - topMargin: Variables.defaultMargin * 3 + topMargin: Variables.defaultMargin * 2 horizontalCenter: parent.horizontalCenter } height : 200 @@ -137,7 +134,6 @@ height: cellHeight onEditClicked: sectionVitalsClicked() - // TODO: Keep???? Text { id: _vitalCountdown objectName: "vitalCountdown"