About window: increase size slightly
This commit is contained in:
@@ -27,8 +27,8 @@ function createAboutWindow () {
|
|||||||
? 'About ' + config.APP_WINDOW_TITLE
|
? 'About ' + config.APP_WINDOW_TITLE
|
||||||
: '',
|
: '',
|
||||||
useContentSize: true, // Specify web page size without OS chrome
|
useContentSize: true, // Specify web page size without OS chrome
|
||||||
width: 290,
|
width: 300,
|
||||||
height: 160,
|
height: 170,
|
||||||
minimizable: false,
|
minimizable: false,
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
fullscreen: false,
|
fullscreen: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user