Index: sources/gui/qml/main.qml =================================================================== diff -u -ra302861c33cdda0f0a95ade9b7c6a02b5593a9f2 -r3f555c49ddd2c983f469709e3c001d0e76159248 --- sources/gui/qml/main.qml (.../main.qml) (revision a302861c33cdda0f0a95ade9b7c6a02b5593a9f2) +++ sources/gui/qml/main.qml (.../main.qml) (revision 3f555c49ddd2c983f469709e3c001d0e76159248) @@ -252,21 +252,22 @@ font.pixelSize: 14 } - Text { // TEST : Current Date/Time + Text { // TEST : Ethernet IP color : Colors.textMain anchors { - top : parent.top - horizontalCenter: parent.horizontalCenter + top : parent.top + left : parent.left + leftMargin : 450 } horizontalAlignment : Text.Alignleft verticalAlignment : Text.AlignBottom height : 15 - text : vDateTime.current + text : vNetwork.ethernetIP font.pixelSize: 14 } - Text { // TEST : Ethernet IP + Text { // TEST : Current Date/Time color : Colors.textMain anchors { top : parent.top @@ -277,7 +278,7 @@ verticalAlignment : Text.AlignBottom height : 15 - text : vNetwork.ethernetIP + text : vDateTime.current font.pixelSize: 14 }