fix config string view
This commit is contained in:
parent
5d133aa1a6
commit
0298371a52
1 changed files with 6 additions and 0 deletions
|
@ -245,6 +245,7 @@ DrawerType2 {
|
||||||
|
|
||||||
Header2Type {
|
Header2Type {
|
||||||
id: configContentHeader
|
id: configContentHeader
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: 16
|
Layout.topMargin: 16
|
||||||
Layout.leftMargin: 16
|
Layout.leftMargin: 16
|
||||||
|
@ -257,6 +258,9 @@ DrawerType2 {
|
||||||
id: nativeConfigString
|
id: nativeConfigString
|
||||||
objectName: "nativeConfigString"
|
objectName: "nativeConfigString"
|
||||||
|
|
||||||
|
Layout.leftMargin: 16
|
||||||
|
Layout.rightMargin: 16
|
||||||
|
|
||||||
visible: false
|
visible: false
|
||||||
text: ExportController.nativeConfigString
|
text: ExportController.nativeConfigString
|
||||||
|
|
||||||
|
@ -272,6 +276,8 @@ DrawerType2 {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.topMargin: 16
|
Layout.topMargin: 16
|
||||||
Layout.bottomMargin: 16
|
Layout.bottomMargin: 16
|
||||||
|
Layout.leftMargin: 16
|
||||||
|
Layout.rightMargin: 16
|
||||||
|
|
||||||
padding: 0
|
padding: 0
|
||||||
leftPadding: 0
|
leftPadding: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue