fixed the implicitWidth error in protocol installation page

This commit is contained in:
ronoaer 2023-09-11 18:55:50 +08:00
parent 97c0fe1ece
commit 72eb36f5b3

View file

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