Index: sources/gui/qml/pages/TreatmentFlowBase.qml =================================================================== diff -u -r5b9ff6266f7ca8ae9bbd5eace92d6454359791db -re568c0be76dcf80834f68b30d7291f45172b6f69 --- sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision 5b9ff6266f7ca8ae9bbd5eace92d6454359791db) +++ sources/gui/qml/pages/TreatmentFlowBase.qml (.../TreatmentFlowBase.qml) (revision e568c0be76dcf80834f68b30d7291f45172b6f69) @@ -130,7 +130,7 @@ active : _root.hasTimeCircle anchors.top : _root.hasCheckList ? title.bottom : undefined - anchors.topMargin : _root.hasCheckList ? 25 : 0 + anchors.topMargin : _root.hasCheckList ? 50 : 0 anchors.horizontalCenter: _root.horizontalCenter anchors.centerIn : ! _root.hasCheckList ? parent : undefined sourceComponent : TimeCircle { id: _timeCircle @@ -148,7 +148,7 @@ Loader { id: _checkListLoader active : _root.hasCheckList anchors.top : _root.hasTimeCircle ? _timeCircleLoader.bottom : undefined - anchors.topMargin : _root.hasTimeCircle ? 25 : 0 + anchors.topMargin : _root.hasTimeCircle ? 100 : 0 anchors.horizontalCenter: _root.horizontalCenter anchors.centerIn : ! _root.hasTimeCircle ? parent : undefined width : Variables.checkListViewItemWidth