fix(ui): inboxWindow 기본 크기 1200×800 → 1440×900 (헤더 버튼 뭉개짐 해소)
This commit is contained in:
@@ -22,8 +22,8 @@ export function createInboxWindow(opts: { visible?: boolean } = {}): BrowserWind
|
|||||||
}
|
}
|
||||||
|
|
||||||
inboxWindow = new BrowserWindow({
|
inboxWindow = new BrowserWindow({
|
||||||
width: 1200,
|
width: 1440,
|
||||||
height: 800,
|
height: 900,
|
||||||
show: false,
|
show: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: join(__dirname, '../preload/index.js'),
|
preload: join(__dirname, '../preload/index.js'),
|
||||||
|
|||||||
Reference in New Issue
Block a user