Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rb0ad6789ac542b1c24db1d89af3d4e1411a4d4f1 -r0ce9ad2246ce63e9fcb706c0025ccf2a6ee88199 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision b0ad6789ac542b1c24db1d89af3d4e1411a4d4f1) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 0ce9ad2246ce63e9fcb706c0025ccf2a6ee88199) @@ -160,7 +160,6 @@ readonly property int settingsSpacing : 20 readonly property int settingsInputWidth : 225 - readonly property int settingsNotificationMargin : 10 readonly property int settingsContentBottomMargin : mainMenuHeight + // Alarm Bar height minVGap // Min Gap to give content the min border @@ -344,4 +343,6 @@ readonly property string unitTextHeparinConcentration : qsTr("IU/mL") // - hepatitis readonly property string unitHepatitis : qsTr("HbsAg") + // - storage + readonly property string unitStorage : qsTr("MB") }