We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8a3a9 commit 62e77b5Copy full SHA for 62e77b5
scout-electron/lib/window-manager.js
@@ -22,15 +22,15 @@ module.exports.create = function() {
22
};
23
24
app.on('ready', function() {
25
- var height = 600;
+ var height = 700;
26
if (process.platform === 'win32') {
27
height += 60;
28
} else if (process.platform === 'linux') {
29
height += 30;
30
}
31
debug('loading main window', DEFAULT_URL);
32
main = module.exports.main = new BrowserWindow({
33
- width: 800,
+ width: 1024,
34
height: height,
35
'web-preferences': {
36
'subpixel-font-scaling': true,
0 commit comments