Index: sources/gui/qml/components/RangeRect.qml =================================================================== diff -u -r642f08650a7a88ad6a2305fdea6bd18365aab5c7 -r18243b713e82426a1efaa086d1fd22a92b5770cd --- sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 642f08650a7a88ad6a2305fdea6bd18365aab5c7) +++ sources/gui/qml/components/RangeRect.qml (.../RangeRect.qml) (revision 18243b713e82426a1efaa086d1fd22a92b5770cd) @@ -47,7 +47,7 @@ function adjustOverlap() { // Due to font size not being fixed and be different depending on text, // setting a minimal expected gap - let minimumGap = 4 + let minimumGap = 10 let overlap = _textMinimum.x + _textMinimum.width - _textMaximum.x + minimumGap // Check if there exists an overlap, if there is an overlap, adjust the text padding