X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fsystem.qml;fp=app%2Fsystem.qml;h=1d4727c45af2651a03732c857e57f3ca1bdefd9b;hb=9b9350b623052d650f9d530f570a245b8d3aedbe;hp=7eccd4a29d4007c58c2f97d1dd59965fa0ba4b75;hpb=b2670af592e664ed304f7df77d84f1964f039636;p=apps%2Fonscreenapp.git diff --git a/app/system.qml b/app/system.qml index 7eccd4a..1d4727c 100644 --- a/app/system.qml +++ b/app/system.qml @@ -7,21 +7,21 @@ import AGL.Demo.Controls 1.0 Item { id: onScreenSystem visible: true - width: 1079 - height: 400 + width: 1080 + height: 1488 function qmlOnScreenMessage(text) { console.log(qsTr('OnScreenApp:QML:System >>> qmlOnScreenMessage.')); label.text = text; } - Image { - id : background_image - anchors.fill: parent - anchors.topMargin: 0 - anchors.bottomMargin: 0 - source: "images/oval_1079x400.png" - } + // Image { + // id : background_image + // anchors.fill: parent + // anchors.topMargin: 0 + // anchors.bottomMargin: 0 + // source: "images/oval_1079x400.png" + // } Label { id: label