Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r846a9ebc350e33be4affab3cc4c136248900015d -rf8321d4b6a5489f797122321a4821b4eeaaa50cb --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 846a9ebc350e33be4affab3cc4c136248900015d) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision f8321d4b6a5489f797122321a4821b4eeaaa50cb) @@ -23,12 +23,12 @@ * which is going to be used in the project. */ QtObject { - readonly property int applicationWidth : 1280 - readonly property int applicationHeight : 800 - readonly property int buttonSpacing : 150 - readonly property int dialogSVGHeight : 50 - readonly property int dialogSVGWidth : 50 - readonly property int dialogSVGIconOffset : 25 + readonly property int applicationWidth : 1280 + readonly property int applicationHeight : 800 + readonly property int buttonSpacing : 150 + readonly property int dialogIconHeight : 50 + readonly property int dialogIconWidth : 50 + readonly property int dialogIconHorizontalOffset: 25 readonly property int headerHeight : 100 readonly property int mainMenuHeight : 70 @@ -76,7 +76,7 @@ readonly property int progressbarRectWidth : 620 readonly property int sliderTextMargin : 20 - readonly property int cTreatmentSpacing : 60 + readonly property int treatmentSpacing : 60 readonly property int cTreatmentTableHeight : 800 readonly property int cTreatmentTableWidth : applicationWidth - 50 @@ -129,5 +129,7 @@ // - Fluid readonly property string unitTextSaline : qsTr("mL") readonly property string unitTextHeparin : qsTr("mL") + // - Create Treatment + readonly property string unitTextBPMeasurementInterval : qsTr("min") }