refactor: change default size of settings panel
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user