From d06b9a4acbf3431999920eb945c23a0e298e54a2 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 12 Nov 2025 15:08:59 +0100 Subject: [PATCH] MORE taller --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5b8f0b5..3b4fc9b 100644 --- a/main.go +++ b/main.go @@ -63,7 +63,7 @@ func main() { err = wails.Run(&options.App{ Title: "bill-manager", Width: 1024, - Height: 1280, + Height: 1180, AssetServer: &assetserver.Options{ Assets: assets, },