Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r7d2122a9a4330ebc2ff4c22be36f32e9a82417ec -rda2dbdbd92d099e44d11bbfb2b794d5ee19a0f0a --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 7d2122a9a4330ebc2ff4c22be36f32e9a82417ec) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision da2dbdbd92d099e44d11bbfb2b794d5ee19a0f0a) @@ -114,7 +114,7 @@ readonly property int arrowIconDiameter : 35 readonly property int muteIconDiameter : 38 readonly property int headerIconDiameter : 40 - readonly property int topBarMenuHeight : 80 //// ----- @LEAHIZED + readonly property int topBarMenuHeight : 100 //// ----- @LEAHIZED readonly property int sliderCircleDiameter : 30 readonly property int pressuresProgressbarWidth : 725 @@ -257,6 +257,8 @@ readonly property var regExp_PatientID: /[A-Za-z0-9_\-\.]{1,64}/ + readonly property string emptyEntry : "-- --" + readonly property string preTreatmentStepLabelCreate : qsTr("CREATE" ) readonly property string preTreatmentStepLabelConfirm : qsTr("CONFIRM" ) readonly property string preTreatmentStepLabelPriming : qsTr("PRIME" )