Skip to content
Snippets Groups Projects
Commit 95fa5480 authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Aline Gondim Santos
Browse files

callstack: change accept call button order

Change-Id: I08e45afe465bb1073319131adf94c41feff53357
GitLab: #462
parent 41138a96
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ Rectangle {
ListModel {
id: incomingControlsModel
ListElement { type: "refuse"; image: "qrc:/images/icons/round-close-24px.svg"}
ListElement { type: "cam"; image: "qrc:/images/icons/videocam-24px.svg"}
ListElement { type: "mic"; image: "qrc:/images/icons/place_audiocall-24px.svg"}
ListElement { type: "cam"; image: "qrc:/images/icons/videocam-24px.svg"}
}
ListModel {
id: outgoingControlsModel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment