mirror of
https://github.com/moparisthebest/mail
synced 2024-11-25 18:32:20 -05:00
made window size larger
This commit is contained in:
parent
9f2096c8e3
commit
69d7b2a949
@ -3,8 +3,8 @@
|
||||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
chrome.app.window.create('index.html', {
|
||||
'bounds': {
|
||||
'width': 800,
|
||||
'height': 600
|
||||
'width': 1024,
|
||||
'height': 650
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user