summaryrefslogtreecommitdiffstats
path: root/app/phone.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/phone.qml')
-rw-r--r--app/phone.qml18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/phone.qml b/app/phone.qml
index 9b9052c..3417685 100644
--- a/app/phone.qml
+++ b/app/phone.qml
@@ -7,8 +7,8 @@ import AGL.Demo.Controls 1.0
Item {
id: onScreenPhone
visible: true
- width: 1079
- height: 400
+ width: 1080
+ height: 1488
property string messageText: "Incoming Call"
function qmlOnScreenMessage(text) {
@@ -36,13 +36,13 @@ Item {
}
}
- Image {
- id : background_image
- anchors.fill: parent
- anchors.topMargin: 0
- anchors.bottomMargin: 0
- source: "images/heart_1079x400.png"
- }
+ // Image {
+ // id : background_image
+ // anchors.fill: parent
+ // anchors.topMargin: 0
+ // anchors.bottomMargin: 0
+ // source: "images/heart_1079x400.png"
+ // }
ToggleButton {
id: answerButton