Commit 54bb2c69 authored by nicolas's avatar nicolas

fix(ui/conference): fix alignment of conference title

parent 78ebe16e
......@@ -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
}
}
......
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