From 61fcdd853e2a5d12c4523594b2c616baa601acf8 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 24 Oct 2025 15:25:25 +0200 Subject: [PATCH] Make taller --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },