Commit 54bb2c69 authored by nicolas's avatar nicolas

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

parent 78ebe16e
...@@ -52,7 +52,8 @@ Rectangle { ...@@ -52,7 +52,8 @@ Rectangle {
id: conferenceDescription id: conferenceDescription
anchors.centerIn: parent anchors.centerIn: parent
horizontalAlignment: TextInput.AlignHCenter
horizontalAlignment: TextInput.AlignHLeft
text: qsTr('conferenceTitle') text: qsTr('conferenceTitle')
color: ConferenceStyle.description.color color: ConferenceStyle.description.color
...@@ -66,8 +67,8 @@ Rectangle { ...@@ -66,8 +67,8 @@ Rectangle {
width: parent.width - rightActions.width - leftActions.width - ConferenceStyle.description.width width: parent.width - rightActions.width - leftActions.width - ConferenceStyle.description.width
focus: true focus: true
onEditingFinished: function() { onEditingFinished: {
conferenceDescription.focus= false 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