Commit e015ac75 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(newCall): switch sipAddressText/usernameText ids

parent 4d095a33
...@@ -27,23 +27,23 @@ Item { ...@@ -27,23 +27,23 @@ Item {
Layout.fillHeight: parent.height Layout.fillHeight: parent.height
Layout.fillWidth: true Layout.fillWidth: true
// Sip address. // Username.
Text { Text {
clip: true clip: true
color: '#5A585B' color: '#5A585B'
font.weight: Font.DemiBold font.weight: Font.DemiBold
height: parent.height / 2 height: parent.height / 2
id: sipAddressText id: usernameText
verticalAlignment: Text.AlignBottom verticalAlignment: Text.AlignBottom
width: parent.width width: parent.width
} }
// Username. // Sip address.
Text { Text {
clip: true clip: true
color: '#5A585B' color: '#5A585B'
height: parent.height / 2 height: parent.height / 2
id: usernameText id: sipAddressText
verticalAlignment: Text.AlignTop verticalAlignment: Text.AlignTop
width: parent.width width: parent.width
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment