fix(ui/conference): conference name is know on 1 row.

This commit is contained in:
nicolas 2017-09-13 17:35:49 +02:00
parent e269c24b02
commit 4d74206ac3

View file

@ -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.
// -----------------------------------------------------------------------