mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
fix(in-app-menu): resize
- Window controls: 36px -> 32px - Font size: 14px -> 12px
This commit is contained in:
@ -262,7 +262,7 @@ async function createMainWindow() {
|
||||
const defaultTitleBarOverlayOptions: Electron.TitleBarOverlayOptions = {
|
||||
color: '#00000000',
|
||||
symbolColor: '#ffffff',
|
||||
height: 36,
|
||||
height: 32,
|
||||
};
|
||||
|
||||
const win = new BrowserWindow({
|
||||
|
||||
Reference in New Issue
Block a user