Make taller

This commit is contained in:
2025-10-24 15:25:25 +02:00
parent e016dd7851
commit 61fcdd853e

View File

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