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:
parent
4e02e91087
commit
800d73f505
@ -3,8 +3,8 @@
|
||||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
chrome.app.window.create('index.html', {
|
||||
'bounds': {
|
||||
'width': 805,
|
||||
'height': 620
|
||||
'width': 800,
|
||||
'height': 600
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user