mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 10:11:08 +08:00
fixed notification renders
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user