mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/conference): conference name is know on 1 row.
This commit is contained in:
parent
e269c24b02
commit
4d74206ac3
1 changed files with 8 additions and 2 deletions
|
|
@ -48,11 +48,11 @@ Rectangle {
|
|||
iconSize: CallStyle.header.iconSize
|
||||
}
|
||||
|
||||
TextEdit {
|
||||
TextInput {
|
||||
id: conferenceDescription
|
||||
|
||||
anchors.centerIn: parent
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
horizontalAlignment: TextInput.AlignHCenter
|
||||
text: qsTr('conferenceTitle')
|
||||
|
||||
color: ConferenceStyle.description.color
|
||||
|
|
@ -64,8 +64,14 @@ Rectangle {
|
|||
|
||||
height: parent.height
|
||||
width: parent.width - rightActions.width - leftActions.width - ConferenceStyle.description.width
|
||||
focus: true
|
||||
|
||||
onEditingFinished: function() {
|
||||
conferenceDescription.focus= false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
// Video actions.
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue