diff --git a/main.go b/main.go index 0843532..8ac3f89 100644 --- a/main.go +++ b/main.go @@ -105,8 +105,8 @@ func main() { // Create application with options err = wails.Run(&options.App{ Title: "calorie-counter", - Width: 1024, - Height: 768, + Width: 1920, + Height: 1080, AssetServer: &assetserver.Options{ Assets: assets, },