Index: sources/gui/qml/pages/MainHome.qml =================================================================== diff -u -r39a514158384c0ad4bfcfb90bafbaa4ca8dc5a26 -r5fdac82425ab432aeda805a3ed7ad8cb2efc2bd1 --- sources/gui/qml/pages/MainHome.qml (.../MainHome.qml) (revision 39a514158384c0ad4bfcfb90bafbaa4ca8dc5a26) +++ sources/gui/qml/pages/MainHome.qml (.../MainHome.qml) (revision 5fdac82425ab432aeda805a3ed7ad8cb2efc2bd1) @@ -82,6 +82,23 @@ selectColor : Colors.backgroundButtonSelectDark } + TouchRect { id : _createHDOnlineFluidTreatment + anchors { + top : _createHDFTreatment.bottom + topMargin : Variables.defaultMargin * 2 + horizontalCenter: _createHDFTreatment.horizontalCenter + } + text.text : qsTr("Hemodialysis-Online Fluid") + onClicked : createTreatment(HeaderBar.Mode_HD_Online_Fluid) + width : 435 //// ----- @LEAHIZED: Move to Variables.qml + height : 92 //// ----- @LEAHIZED: Move to Variables.qml + pixelSize : 30 //// ----- @LEAHIZED: Move to Variables.qml + backgroundColor : Colors.panelBackgroundColor + borderColor : Colors.panelBorderColor + selectColor : Colors.backgroundButtonSelectDark + } + + NotificationBarSmall { id: _notification anchors.bottomMargin: Variables.mainMenuHeight }