mirror of
https://github.com/solidtime-io/solidtime-desktop.git
synced 2026-05-07 20:32:27 +00:00
fix traffic light position on mac os
This commit is contained in:
@@ -13,7 +13,7 @@ export function initializeMainWindow(icon: string) {
|
||||
const mainWindow = new BrowserWindow({
|
||||
width: 800,
|
||||
minWidth: 400,
|
||||
trafficLightPosition: { x: 10, y: 10 },
|
||||
trafficLightPosition: { x: 14, y: 13 },
|
||||
minHeight: 400,
|
||||
height: 800,
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user