mirror of
https://github.com/heyman/heynote.git
synced 2024-11-21 15:33:14 +01:00
Fix About dialog UI issues on Windows
This commit is contained in:
parent
ba89b1f3ca
commit
2102892776
@ -9,12 +9,13 @@ export function openAboutWindow() {
|
||||
aboutWindow = new BrowserWindow({
|
||||
parent: win,
|
||||
width: 400,
|
||||
height: 300,
|
||||
height: 320,
|
||||
resizable: false,
|
||||
minimizable: false,
|
||||
maximizable: false,
|
||||
fullscreen: false,
|
||||
fullscreenable: false,
|
||||
autoHideMenuBar: true,
|
||||
//backgroundColor: nativeTheme.shouldUseDarkColors ? '#262B37' : '#FFFFFF',
|
||||
title: "About Heynote",
|
||||
show: false,
|
||||
|
@ -13,6 +13,7 @@
|
||||
padding: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||
font-size: 11px;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
#content {
|
||||
padding: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user