fix config string view

This commit is contained in:
Cyril Anisimov 2025-05-16 22:23:10 +02:00
parent 5d133aa1a6
commit 0298371a52

View file

@ -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