chore: add some space for design

This commit is contained in:
DaanSelen
2026-04-01 10:18:14 +02:00
parent 4f07c2cfe2
commit 5ef080cc2e
+1
View File
@@ -22,6 +22,7 @@ func MakeInput(targEntry *widget.Entry, book *string) *fyne.Container {
targetBox := container.NewVBox( targetBox := container.NewVBox(
widget.NewLabel("MeshCentral Target Group"), widget.NewLabel("MeshCentral Target Group"),
targEntry, targEntry,
widget.NewLabel(""),
canvas.NewLine(color.Gray{Y: 128}), canvas.NewLine(color.Gray{Y: 128}),
) )