mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +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,
|
||||
backgroundColor: '#FFF',
|
||||
trafficLightPosition: {x: 8, y: 13},
|
||||
width: 1032,
|
||||
height: 650,
|
||||
width: screen.getPrimaryDisplay().size.width * 0.7,
|
||||
height: screen.getPrimaryDisplay().size.height * 0.9,
|
||||
minWidth: 493,
|
||||
minHeight: 376,
|
||||
fullscreenable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue