Skip to content

Commit b8be32b

Browse files
authored
Expand minimum window height with title bar height on Windows (#124)
1 parent c28a8d9 commit b8be32b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎src/main-window.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ function getOSWindowOptions(): Partial< BrowserWindowConstructorOptions > {
113113
symbolColor: 'white',
114114
height: WINDOWS_TITLEBAR_HEIGHT,
115115
},
116+
minHeight: MAIN_MIN_HEIGHT + WINDOWS_TITLEBAR_HEIGHT,
116117
};
117118

118119
default:

0 commit comments

Comments
 (0)