Commit 03afa55a authored by nicolas's avatar nicolas

fix(ui/conference): regress the conference name to simple text.

parent 87f3155d
......@@ -48,12 +48,12 @@ Rectangle {
iconSize: CallStyle.header.iconSize
}
TextInput {
Text {
id: conferenceDescription
anchors.centerIn: parent
horizontalAlignment: TextInput.AlignHLeft
horizontalAlignment: Text.AlignHCenter
text: qsTr('conferenceTitle')
color: ConferenceStyle.description.color
......@@ -65,11 +65,6 @@ Rectangle {
height: parent.height
width: parent.width - rightActions.width - leftActions.width - ConferenceStyle.description.width
focus: true
onEditingFinished: {
conferenceDescription.focus = false
}
}
......
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