mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/conference): fix alignment of conference title
This commit is contained in:
parent
78ebe16ee7
commit
54bb2c6918
1 changed files with 4 additions and 3 deletions
|
|
@ -52,7 +52,8 @@ Rectangle {
|
|||
id: conferenceDescription
|
||||
|
||||
anchors.centerIn: parent
|
||||
horizontalAlignment: TextInput.AlignHCenter
|
||||
|
||||
horizontalAlignment: TextInput.AlignHLeft
|
||||
text: qsTr('conferenceTitle')
|
||||
|
||||
color: ConferenceStyle.description.color
|
||||
|
|
@ -66,8 +67,8 @@ Rectangle {
|
|||
width: parent.width - rightActions.width - leftActions.width - ConferenceStyle.description.width
|
||||
focus: true
|
||||
|
||||
onEditingFinished: function() {
|
||||
conferenceDescription.focus= false
|
||||
onEditingFinished: {
|
||||
conferenceDescription.focus = false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue