mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-04 19:05:27 +08:00
window size update
This commit is contained in:
parent
a9df48b001
commit
ec2d825629
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ func Run(networks []string) error {
|
|||
}
|
||||
|
||||
window.SetIcon(&fyne.StaticResource{StaticName: "Netmaker logo", StaticContent: img})
|
||||
window.Resize(fyne.NewSize(600, 500))
|
||||
window.Resize(fyne.NewSize(600, 450))
|
||||
|
||||
networkView := container.NewVScroll(views.GetNetworksView(networks))
|
||||
networkView.SetMinSize(fyne.NewSize(400, 300))
|
||||
|
|
Loading…
Add table
Reference in a new issue