mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update JSON Editor
This commit is contained in:
parent
689a368a0d
commit
7a7f4171b3
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user