mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-03 22:56:49 +00:00
fix(newCall): switch sipAddressText/usernameText ids
This commit is contained in:
parent
4d095a3316
commit
e015ac7507
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue