Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r1a65211f5b694f7f0defb35fe6f060a26455109b -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 1a65211f5b694f7f0defb35fe6f060a26455109b) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2019-2023 Diality Inc. - All Rights Reserved. + * 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 * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file Variables.qml - * \author (last) Vy - * \date (last) 28-Mar-2023 + * \author (last) Behrouz NematiPour + * \date (last) 18-Sep-2023 * \author (original) Behrouz NematiPour * \date (original) 09-Oct-2019 * @@ -41,6 +41,7 @@ readonly property int minVGap2 : 30 readonly property int logoDiameter : 50 + readonly property int denaliDeviceDiameter : 350 // 475 readonly property int iconsDiameter : 25 @@ -264,7 +265,7 @@ // - Temperature readonly property string unitTextTemperature : qsTr("°C") // Concentration - readonly property string unitTextConcentration : qsTr("mEg/L") + readonly property string unitTextConcentration : qsTr("mEq/L") readonly property string unitTextHeparinConcentration : qsTr("IU/mL") }