Merge pull request #319 from amnezia-vpn/fix_install_error_in_procotolpage

fixed the implicitWidth error in protocol installation page
This commit is contained in:
Nethius 2023-09-11 16:49:46 +05:00 committed by GitHub
commit f11c65c393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,6 +145,7 @@ PageType {
}
TextField {
implicitWidth: parent.width
Layout.fillWidth: true
Layout.topMargin: 16
Layout.bottomMargin: 16