From be8dce7135a13c0548d4ec8cf5acbaa2ed2fde83 Mon Sep 17 00:00:00 2001 From: mamamiyear Date: Thu, 11 Jun 2026 17:07:56 +0800 Subject: [PATCH] refactor: resize setting window size --- app.go | 4 ++-- main.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app.go b/app.go index 3e74c89..d0b682f 100644 --- a/app.go +++ b/app.go @@ -226,8 +226,8 @@ func (a *App) runInteractiveCapture() { // --------------------------------------------------------------------------- const ( - settingsWidth = 900 - settingsHeight = 640 + settingsWidth = 1080 + settingsHeight = 720 ) // showOverlayWindow prepares the hidden main window as a borderless, diff --git a/main.go b/main.go index c25ff83..4a694d2 100644 --- a/main.go +++ b/main.go @@ -29,8 +29,8 @@ func main() { err := wails.Run(&options.App{ Title: "SnapGo", - Width: 900, - Height: 640, + Width: 1080, + Height: 720, MinWidth: 720, MinHeight: 520, AssetServer: &assetserver.Options{