Index: sources/gui/qml/components/TimeText.qml =================================================================== diff -u -r8a5dbf556a66524fbe4b60ac1573182a0bd27617 -rf0cbe4cfc8a5e6e7aa58a8eeaab2d838cf2ff957 --- sources/gui/qml/components/TimeText.qml (.../TimeText.qml) (revision 8a5dbf556a66524fbe4b60ac1573182a0bd27617) +++ sources/gui/qml/components/TimeText.qml (.../TimeText.qml) (revision f0cbe4cfc8a5e6e7aa58a8eeaab2d838cf2ff957) @@ -40,7 +40,7 @@ readonly property string time : _private.time - color : "transparent" + color : Colors.transparent width : _hourText.contentWidth + _timeSeparator.contentWidth + _minuteText.contentWidth height: _timeSeparator.height