From 72eb36f5b3f38daf8836fd6eecade21103d58e63 Mon Sep 17 00:00:00 2001 From: ronoaer Date: Mon, 11 Sep 2023 18:55:50 +0800 Subject: [PATCH] fixed the implicitWidth error in protocol installation page --- client/ui/qml/Pages2/PageSetupWizardProtocolSettings.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/client/ui/qml/Pages2/PageSetupWizardProtocolSettings.qml b/client/ui/qml/Pages2/PageSetupWizardProtocolSettings.qml index 6552d873a..07eef1773 100644 --- a/client/ui/qml/Pages2/PageSetupWizardProtocolSettings.qml +++ b/client/ui/qml/Pages2/PageSetupWizardProtocolSettings.qml @@ -145,6 +145,7 @@ PageType { } TextField { + implicitWidth: parent.width Layout.fillWidth: true Layout.topMargin: 16 Layout.bottomMargin: 16