mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 00:48:08 +00:00
Fix contact edit fields
This commit is contained in:
parent
fb07f1419c
commit
77fae9e16d
2 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ RowLayout {
|
|||
|
||||
delegate: Item {
|
||||
implicitHeight: textInput.height
|
||||
width: ListView.width
|
||||
width: values.width
|
||||
|
||||
TransparentTextInput {
|
||||
id: textInput
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ ColumnLayout {
|
|||
Layout.leftMargin: ContactEditStyle.values.leftMargin
|
||||
Layout.rightMargin: ContactEditStyle.values.rightMargin
|
||||
Layout.topMargin: ContactEditStyle.values.topMargin
|
||||
Layout.fillWidth: true
|
||||
|
||||
minValues: _contact ? 1 : 0
|
||||
placeholder: qsTr('sipAccountsPlaceholder')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue