refactor: resize setting window size

This commit is contained in:
2026-06-11 17:07:56 +08:00
parent 952f1497c8
commit be8dce7135
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -226,8 +226,8 @@ func (a *App) runInteractiveCapture() {
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
const ( const (
settingsWidth = 900 settingsWidth = 1080
settingsHeight = 640 settingsHeight = 720
) )
// showOverlayWindow prepares the hidden main window as a borderless, // showOverlayWindow prepares the hidden main window as a borderless,
+2 -2
View File
@@ -29,8 +29,8 @@ func main() {
err := wails.Run(&options.App{ err := wails.Run(&options.App{
Title: "SnapGo", Title: "SnapGo",
Width: 900, Width: 1080,
Height: 640, Height: 720,
MinWidth: 720, MinWidth: 720,
MinHeight: 520, MinHeight: 520,
AssetServer: &assetserver.Options{ AssetServer: &assetserver.Options{