diff --git a/client/ui/qml/Components/ShareConnectionDrawer.qml b/client/ui/qml/Components/ShareConnectionDrawer.qml index a5a5a1f3..1682dab3 100644 --- a/client/ui/qml/Components/ShareConnectionDrawer.qml +++ b/client/ui/qml/Components/ShareConnectionDrawer.qml @@ -245,6 +245,7 @@ DrawerType2 { Header2Type { id: configContentHeader + Layout.fillWidth: true Layout.topMargin: 16 Layout.leftMargin: 16 @@ -257,6 +258,9 @@ DrawerType2 { id: nativeConfigString objectName: "nativeConfigString" + Layout.leftMargin: 16 + Layout.rightMargin: 16 + visible: false text: ExportController.nativeConfigString @@ -272,6 +276,8 @@ DrawerType2 { Layout.fillWidth: true Layout.topMargin: 16 Layout.bottomMargin: 16 + Layout.leftMargin: 16 + Layout.rightMargin: 16 padding: 0 leftPadding: 0