mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 窗口重置最小高框
This commit is contained in:
parent
555a9ba2ca
commit
58ce642e00
1 changed files with 4 additions and 4 deletions
|
|
@ -223,11 +223,11 @@ const boot = () => {
|
||||||
y = 0;
|
y = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (windowState.width < 400) {
|
if (windowState.width < 493) {
|
||||||
windowState.width = 400;
|
windowState.width = 493;
|
||||||
}
|
}
|
||||||
if (windowState.height < 300) {
|
if (windowState.height < 376) {
|
||||||
windowState.height = 300;
|
windowState.height = 376;
|
||||||
}
|
}
|
||||||
if (x < 0) {
|
if (x < 0) {
|
||||||
x = 0;
|
x = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue