Index: sources/gui/qml/pages/treatment/TreatmentHome.qml =================================================================== diff -u -r96489f39e521506dcce961606c317edbd7a21c05 -rd4b7643b0a19278ea948a75553ff777e4e436c22 --- sources/gui/qml/pages/treatment/TreatmentHome.qml (.../TreatmentHome.qml) (revision 96489f39e521506dcce961606c317edbd7a21c05) +++ sources/gui/qml/pages/treatment/TreatmentHome.qml (.../TreatmentHome.qml) (revision d4b7643b0a19278ea948a75553ff777e4e436c22) @@ -41,8 +41,8 @@ signal sectionTimeClicked() signal sectionUltrafiltrationClicked() - readonly property int cellWidth : (_root.width / 7) - 10 // = screen width / # columns - readonly property int cellHeight: (Variables.screenContentHeight / 2) - Variables.notificationHeight // = screen height / # rows - headerbar + readonly property int cellWidth : Variables.treatmentCellWidth + readonly property int cellHeight: Variables.treatmentCellHeight Column { id: _column objectName: "column"