Index: sources/gui/qml/pages/treatment/TreatmentTrends.qml =================================================================== diff -u -r83f808d0f503ea847c27c1fbc65c2b95d2e5d6b0 -r09674de82c6501c9fd2e250b3e54fc14961eb83d --- sources/gui/qml/pages/treatment/TreatmentTrends.qml (.../TreatmentTrends.qml) (revision 83f808d0f503ea847c27c1fbc65c2b95d2e5d6b0) +++ sources/gui/qml/pages/treatment/TreatmentTrends.qml (.../TreatmentTrends.qml) (revision 09674de82c6501c9fd2e250b3e54fc14961eb83d) @@ -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