diff options
Diffstat (limited to 'app/system.qml')
-rw-r--r-- | app/system.qml | 18 |
1 files changed, 9 insertions, 9 deletions
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 |