Index: sources/gui/qml/pages/treatment/sections/TreatmentFlowsComponent.qml =================================================================== diff -u -r863764371ec0a4569403135975a0a3f44e516163 -rc749ecd5dc413ce091250af652ccba4d96f7a582 --- sources/gui/qml/pages/treatment/sections/TreatmentFlowsComponent.qml (.../TreatmentFlowsComponent.qml) (revision 863764371ec0a4569403135975a0a3f44e516163) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlowsComponent.qml (.../TreatmentFlowsComponent.qml) (revision c749ecd5dc413ce091250af652ccba4d96f7a582) @@ -45,8 +45,8 @@ } font { - pixelSize : 28 - weight : Font.Normal + pixelSize : Fonts.fontPixelContainerTitle + weight : Font.Medium } width : _root.width @@ -75,7 +75,7 @@ width : Variables.treatmentFlowsComponentWidth topText : value !== undefined ? _root.value.toFixed(_root.precision) : Variables.emptyEntry topTextFont.pixelSize : 60 - topTextFont.weight : Font.Medium + topTextFont.weight : Font.Light bottomText : _root.unitText bottomTextFont.pixelSize: 22 bottomTextTopMargin : Variables.defaultMargin