Fix resize on windows

This commit is contained in:
Lea Anthony
2023-10-16 19:29:42 +11:00
parent 59273fcdab
commit 131a6da554
10 changed files with 48 additions and 18 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ func main() {
})
app.SetMenu(menu)
app.NewWebviewWindow()
app.NewWebviewWindow().SetBackgroundColour(application.NewRGB(33, 37, 41))
err := app.Run()