Index: sources/gui/qml/pages/treatment/TreatmentStack.qml =================================================================== diff -u -r36a488a3d29449ffedfe364d0031ed74d03c0ae0 -r23f8a6036e22f80c3c5fd2834a2980bb62d2a34d --- sources/gui/qml/pages/treatment/TreatmentStack.qml (.../TreatmentStack.qml) (revision 36a488a3d29449ffedfe364d0031ed74d03c0ae0) +++ sources/gui/qml/pages/treatment/TreatmentStack.qml (.../TreatmentStack.qml) (revision 23f8a6036e22f80c3c5fd2834a2980bb62d2a34d) @@ -59,8 +59,8 @@ MainMenu { id: _treatmentMenu position : MainMenu.Position.Top hidden : true - titles : [ qsTr("Treatment") ] - visibleItems : [ true ] + titles : [ qsTr("Treatment") , qsTr("Trends") , qsTr("Heparin")] + visibleItems : [ true , false , false ] spacing : Variables.defaultMargin leftPdding : Variables.headerBarDateTimeWidth + Variables.columnSpacing // 200 + 60 partitionWidth : 80 * titles.length// Todo Important : max width should be the width for all bottons