Index: sources/gui/qml/pages/treatment/TreatmentTrends.qml =================================================================== diff -u -r3403e731cb2ce726521e9c76e42bbf12809b6b71 -r6fc9ccb1e4a1ea17ced4bdbbe974f10e1e9cb07b --- sources/gui/qml/pages/treatment/TreatmentTrends.qml (.../TreatmentTrends.qml) (revision 3403e731cb2ce726521e9c76e42bbf12809b6b71) +++ sources/gui/qml/pages/treatment/TreatmentTrends.qml (.../TreatmentTrends.qml) (revision 6fc9ccb1e4a1ea17ced4bdbbe974f10e1e9cb07b) @@ -24,7 +24,7 @@ import "qrc:/pages/treatment/sections" /*! - * \brief the in-treatment Blood Prime screen + * \brief the Trends screen */ ScreenItem { id: _root objectName: "_TreatmentTrends" @@ -42,7 +42,6 @@ readonly property int labelWidth : 300 readonly property int scrollButtonWidth : 40 readonly property int paramAreaRightMargin : 5 - // readonly property int paramWidth: 211 readonly property int paramWidth : (_root.width - Variables.defaultMargin - labelWidth - scrollButtonWidth - paramAreaRightMargin - _expandButton.width) / 7 } @@ -384,7 +383,7 @@ ValueText { id: _timestampValue objectName : "_timestampValue" height : _private.topHeaderHeight - value : Qt.formatTime(timestamp, "hh:mm:ss") + value : Qt.formatTime(timestamp, "hh:mm") valueFontWeight : Font.Bold showDivider : false