Index: sources/gui/qml/components/TimeText.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r68757118f0b5dc5d831f8330ff3fec40dc461aa9 --- sources/gui/qml/components/TimeText.qml (.../TimeText.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/TimeText.qml (.../TimeText.qml) (revision 68757118f0b5dc5d831f8330ff3fec40dc461aa9) @@ -28,6 +28,7 @@ objectName: "_TimeText" //SquishQt testability property int seconds : 0 property bool secondsVisible : true + property int secondsLeftMargin : 0 property bool hourZero : true property bool minuteZero : true @@ -101,6 +102,7 @@ color: _root.textColor horizontalAlignment: Text.AlignLeft anchors.left: _minuteText.right + anchors.leftMargin: _root.secondsLeftMargin anchors.baseline: _timeSeparator.baseline } }