mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-12 00:46:29 +01:00
Merge pull request #1777 from h3poteto/iss-1755
closes #1755 Set backgroundColor to BrowserWindow to improve sub-pixel anti-aliasing
This commit is contained in:
commit
616addd96f
@ -273,6 +273,7 @@ async function createWindow() {
|
||||
y: mainWindowState.y,
|
||||
width: mainWindowState.width,
|
||||
height: mainWindowState.height,
|
||||
backgroundColor: '#fff',
|
||||
useContentSize: true,
|
||||
icon: path.resolve(__dirname, '../../build/icons/256x256.png'),
|
||||
autoHideMenuBar: autoHideMenuBar,
|
||||
|
Loading…
Reference in New Issue
Block a user