Fix field length wisth in CardDav settings page

This commit is contained in:
Christophe Deschamps 2024-11-15 09:15:11 +01:00
parent 69f6683a47
commit c4721dc84c

View file

@ -81,6 +81,7 @@ AbstractSettingsLayout {
title: qsTr("Nom daffichage")
canBeEmpty: false
toValidate: true
Layout.fillWidth: true
}
DecoratedTextField {
propertyName: "uri"
@ -88,12 +89,14 @@ AbstractSettingsLayout {
title: qsTr("URL du serveur")
canBeEmpty: false
toValidate: true
Layout.fillWidth: true
}
DecoratedTextField {
propertyName: "username"
propertyOwner: carddavGui.core
title: qsTr("Nom dutilisateur")
toValidate: true
Layout.fillWidth: true
}
DecoratedTextField {
propertyName: "password"
@ -101,12 +104,14 @@ AbstractSettingsLayout {
propertyOwner: carddavGui.core
title: qsTr("Mot de passe")
toValidate: true
Layout.fillWidth: true
}
DecoratedTextField {
propertyName: "realm"
propertyOwner: carddavGui.core
title: qsTr("Domaine dauthentification")
toValidate: true
Layout.fillWidth: true
}
SwitchSetting {
titleText: qsTr("Stocker ici les contacts nouvellement crées")