fix: header ui styles (#4156)

This commit is contained in:
Peng Xiao
2023-09-04 18:13:20 +08:00
committed by GitHub
parent e72a10153e
commit 5288645e33
6 changed files with 41 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ async function createWindow() {
: isWindows()
? 'hidden'
: 'default',
trafficLightPosition: { x: 20, y: 18 },
trafficLightPosition: { x: 20, y: 16 },
x: mainWindowState.x,
y: mainWindowState.y,
width: mainWindowState.width,