Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r0022c3993c47e74c2d17c7f07f78fa1751a034f6 -rf8c80661c806c50047e81d581df0dd6e05f1c8ef --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 0022c3993c47e74c2d17c7f07f78fa1751a034f6) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision f8c80661c806c50047e81d581df0dd6e05f1c8ef) @@ -1,5 +1,4 @@ -/*! - * +/*! * * Copyright (c) 2019-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN @@ -76,6 +75,8 @@ readonly property int dialogRadius : 10 readonly property int alarmDialogRadius : 30 + readonly property int panelBorderWidth : 1 + readonly property int rangeRectMargin : 1 readonly property int rangeRectRadius : 2 readonly property int rangeRectTextMargin : 10 @@ -140,6 +141,7 @@ readonly property int treatmentPressureTitleWidth : 125 readonly property int treatmentPressureValueWidth : 140 + readonly property int ultrafiltrationHeaderMargin : 50 readonly property int ultrafiltrationProgressbarWidth : 880 readonly property int ultrafiltrationAdjustmtenOptionWidth : 520 readonly property int ultrafiltrationAdjustmtenOptionHeight : 275