Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r2283d645185c14bf358aff5ea59bed5087692146 -rafd1d028227b4f58f864aa814fc4d4e286cb873b --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 2283d645185c14bf358aff5ea59bed5087692146) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision afd1d028227b4f58f864aa814fc4d4e286cb873b) @@ -128,6 +128,10 @@ readonly property int treatmentFlowsComponentWidth : 150 readonly property int treatmentPressureTitleWidth : 125 readonly property int treatmentPressureValueWidth : 140 + readonly property int completeDialogHeight : 600 + readonly property int completeDialogWidth : 800 + readonly property int treatmentCellWidth : 264 // screen width / # columns + readonly property int treatmentCellHeight : 420 //screen height / # rows - headerbar readonly property int ultrafiltrationProgressBarWidth : 769 readonly property int ultraFiltrationProgressBarHeight : 25