diff --git a/main.go b/main.go index 49a770e..5b8f0b5 100644 --- a/main.go +++ b/main.go @@ -63,7 +63,7 @@ func main() { err = wails.Run(&options.App{ Title: "bill-manager", Width: 1024, - Height: 768, + Height: 1280, AssetServer: &assetserver.Options{ Assets: assets, },