fixed notification renders

This commit is contained in:
0xdcarns
2022-05-06 12:31:43 -04:00
parent 73991ce3a2
commit a9df48b001
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ func Run(networks []string) error {
}
window.SetIcon(&fyne.StaticResource{StaticName: "Netmaker logo", StaticContent: img})
window.Resize(fyne.NewSize(600, 400))
window.Resize(fyne.NewSize(600, 500))
networkView := container.NewVScroll(views.GetNetworksView(networks))
networkView.SetMinSize(fyne.NewSize(400, 300))