Index: sources/gui/qml/components/RangeBar.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -r798ce1a491cd43a3a24fb96f930d4c316add1ff1 --- sources/gui/qml/components/RangeBar.qml (.../RangeBar.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/components/RangeBar.qml (.../RangeBar.qml) (revision 798ce1a491cd43a3a24fb96f930d4c316add1ff1) @@ -55,7 +55,7 @@ minimum : lowerBound maximum : upperBound - minText.visible: true + minText.visible: minimum != maximum // When the min==max, only show the maximum label to avoid overlap maxText.visible: true minText.anchors.leftMargin : lowerTextHorizontalCenter ? -minText.width / 2 : 0