Make window bigger

This commit is contained in:
2024-08-09 17:18:10 +02:00
parent ddbc935e20
commit 9fdb7bc098

View File

@@ -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,
},