1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-30 22:50:17 -05:00

set resolution to 800x600

This commit is contained in:
Tankred Hase 2013-06-04 23:40:20 +02:00
parent 4e02e91087
commit 800d73f505

View File

@ -3,8 +3,8 @@
chrome.app.runtime.onLaunched.addListener(function() { chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html', { chrome.app.window.create('index.html', {
'bounds': { 'bounds': {
'width': 805, 'width': 800,
'height': 620 'height': 600
} }
}); });
}); });