Commit e015ac75 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(newCall): switch sipAddressText/usernameText ids

parent 4d095a33
......@@ -27,23 +27,23 @@ Item {
Layout.fillHeight: parent.height
Layout.fillWidth: true
// Sip address.
// Username.
Text {
clip: true
color: '#5A585B'
font.weight: Font.DemiBold
height: parent.height / 2
id: sipAddressText
id: usernameText
verticalAlignment: Text.AlignBottom
width: parent.width
}
// Username.
// Sip address.
Text {
clip: true
color: '#5A585B'
height: parent.height / 2
id: usernameText
id: sipAddressText
verticalAlignment: Text.AlignTop
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