Fix contact edit fields

This commit is contained in:
Julien Wadel 2021-08-24 15:35:58 +02:00
parent fb07f1419c
commit 77fae9e16d
2 changed files with 2 additions and 1 deletions

View file

@ -116,7 +116,7 @@ RowLayout {
delegate: Item {
implicitHeight: textInput.height
width: ListView.width
width: values.width
TransparentTextInput {
id: textInput

View file

@ -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')