Index: sources/gui/qml/components/ImageClock.qml =================================================================== diff -u -r670f257c9b88d3e5506eccaad111bec914102a72 -ra09afcb23e479527eb2263474003b63955cd0e99 --- sources/gui/qml/components/ImageClock.qml (.../ImageClock.qml) (revision 670f257c9b88d3e5506eccaad111bec914102a72) +++ sources/gui/qml/components/ImageClock.qml (.../ImageClock.qml) (revision a09afcb23e479527eb2263474003b63955cd0e99) @@ -29,11 +29,6 @@ width : 118 * scale // constant image size height : 112 * scale // constant image size clip : false - anchors { - right : parent.right - bottom : parent.bottom - margins : 28 - } Image { id: _image anchors.fill: parent