Index: sources/gui/qml/components/TimeText.qml =================================================================== diff -u -r27cc308ff5113a9386899d3c8f8b29962a8498e1 -refb549a694539630ba7c1d8e348f598052b85f0f --- sources/gui/qml/components/TimeText.qml (.../TimeText.qml) (revision 27cc308ff5113a9386899d3c8f8b29962a8498e1) +++ sources/gui/qml/components/TimeText.qml (.../TimeText.qml) (revision efb549a694539630ba7c1d8e348f598052b85f0f) @@ -41,7 +41,7 @@ readonly property string time : _private.time color : Colors.transparent - width : _hourText.contentWidth + _timeSeparator.contentWidth + _minuteText.contentWidth + width : _hourText.contentWidth + _timeSeparator.contentWidth + _minuteText.contentWidth + _timeSeparator.contentWidth height: _timeSeparator.height QtObject { id: _private