refactor: change default size of settings panel

This commit is contained in:
2026-07-07 01:12:18 +08:00
parent 777d5cb6c3
commit 71ca67c0ee
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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,
+2 -2
View File
@@ -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{