mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 移动页签到新窗口 Fix https://github.com/siyuan-note/siyuan/issues/2955
This commit is contained in:
parent
c8cb98a86a
commit
1743eabde8
1 changed files with 2 additions and 2 deletions
|
|
@ -732,8 +732,8 @@ app.whenReady().then(() => {
|
||||||
show: true,
|
show: true,
|
||||||
backgroundColor: '#FFF',
|
backgroundColor: '#FFF',
|
||||||
trafficLightPosition: {x: 8, y: 13},
|
trafficLightPosition: {x: 8, y: 13},
|
||||||
width: 1032,
|
width: screen.getPrimaryDisplay().size.width * 0.7,
|
||||||
height: 650,
|
height: screen.getPrimaryDisplay().size.height * 0.9,
|
||||||
minWidth: 493,
|
minWidth: 493,
|
||||||
minHeight: 376,
|
minHeight: 376,
|
||||||
fullscreenable: true,
|
fullscreenable: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue