diff --git a/app.go b/app.go index 62aa73c..e41075b 100644 --- a/app.go +++ b/app.go @@ -238,8 +238,8 @@ func (a *App) runInteractiveCapture() { // --------------------------------------------------------------------------- const ( - settingsWidth = 1080 - settingsHeight = 720 + settingsWidth = 1000 + settingsHeight = 820 ) // showOverlayWindow prepares the hidden main window as a borderless, diff --git a/main.go b/main.go index bf00f00..b5a1c71 100644 --- a/main.go +++ b/main.go @@ -36,8 +36,8 @@ func main() { err := wails.Run(&options.App{ Title: "SnapGo", - Width: 1080, - Height: 720, + Width: 1000, + Height: 820, MinWidth: 720, MinHeight: 520, AssetServer: &assetserver.Options{