refactor: resize setting window size
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user