Index: sources/gui/qml/dialogs/CalibrationDialog.qml =================================================================== diff -u -r4b5d1e497ef4f425cd03540dbbeef1d8197aed1d -r25fec42483af3397ccd9306da1c5b19f5d950164 --- sources/gui/qml/dialogs/CalibrationDialog.qml (.../CalibrationDialog.qml) (revision 4b5d1e497ef4f425cd03540dbbeef1d8197aed1d) +++ sources/gui/qml/dialogs/CalibrationDialog.qml (.../CalibrationDialog.qml) (revision 25fec42483af3397ccd9306da1c5b19f5d950164) @@ -179,8 +179,10 @@ TextEntry { id : _textEntry anchors.centerIn : parent - width :parent.width - height :parent.height + width : parent.width + height : parent.height + textInput.width : parent.width + textInput.height : parent.height text : Number(modelData).toFixed(3) ?? Variables.emptyEntry textInput.font.pixelSize: Fonts.fontPixelValueControl line.visible : false