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{