fix(in-app-menu): resize

- Window controls: 36px -> 32px
- Font size: 14px -> 12px
This commit is contained in:
JellyBrick
2023-12-01 23:04:49 +09:00
parent ce7557353c
commit 324a539b89
2 changed files with 3 additions and 3 deletions

View File

@ -262,7 +262,7 @@ async function createMainWindow() {
const defaultTitleBarOverlayOptions: Electron.TitleBarOverlayOptions = {
color: '#00000000',
symbolColor: '#ffffff',
height: 36,
height: 32,
};
const win = new BrowserWindow({