mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Fix resize on windows
This commit is contained in:
@@ -102,7 +102,7 @@ func main() {
|
||||
})
|
||||
app.SetMenu(menu)
|
||||
|
||||
app.NewWebviewWindow()
|
||||
app.NewWebviewWindow().SetBackgroundColour(application.NewRGB(33, 37, 41))
|
||||
|
||||
err := app.Run()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user