Update JSON Editor

This commit is contained in:
Alex Spataru 2021-10-05 12:59:15 -05:00
parent 689a368a0d
commit 7a7f4171b3

View File

@ -354,7 +354,7 @@ ApplicationWindow {
// Spacer // Spacer
// //
Item { Item {
height: 2 * app.spacing height: app.spacing
} }
// //
@ -364,8 +364,6 @@ ApplicationWindow {
Layout.fillWidth: true Layout.fillWidth: true
Layout.fillHeight: true Layout.fillHeight: true
Layout.minimumHeight: 320 Layout.minimumHeight: 320
Layout.topMargin: -app.spacing
Layout.bottomMargin: -app.spacing
Layout.leftMargin: -2 * app.spacing Layout.leftMargin: -2 * app.spacing
Layout.rightMargin: -2 * app.spacing Layout.rightMargin: -2 * app.spacing
@ -444,7 +442,7 @@ ApplicationWindow {
// Spacer // Spacer
// //
Item { Item {
height: 2 * app.spacing height: app.spacing
} }
} }