mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-08 00:47:15 +08:00
update main window default size
This commit is contained in:
@@ -6,8 +6,8 @@ export let mainWindow: BrowserWindow | null = null
|
|||||||
export function createMainWindow(): void {
|
export function createMainWindow(): void {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
mainWindow = new BrowserWindow({
|
mainWindow = new BrowserWindow({
|
||||||
width: 900,
|
width: 1024,
|
||||||
height: 670,
|
height: 640,
|
||||||
show: false,
|
show: false,
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
...(process.platform === 'linux'
|
...(process.platform === 'linux'
|
||||||
|
|||||||
Reference in New Issue
Block a user