fix: 统一窗口初始分辨率与最小分辨率,调整页面padding一致性
This commit is contained in:
@@ -44,8 +44,8 @@ async function createWindow() {
|
||||
const initialSymbolColor = nativeTheme.shouldUseDarkColors ? '#ffffff' : '#000000';
|
||||
|
||||
const mainWindow = new BrowserWindow({
|
||||
width: 1280,
|
||||
height: 800,
|
||||
width: 1600,
|
||||
height: 900,
|
||||
minWidth: 1600,
|
||||
minHeight: 900,
|
||||
autoHideMenuBar: true,
|
||||
|
||||
Reference in New Issue
Block a user