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