mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-01 03:19:23 +00:00
fix(ui/conference): regress the conference name to simple text.
This commit is contained in:
parent
87f3155ddc
commit
03afa55aab
1 changed files with 2 additions and 7 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue