Update minimal window dimensions
Some day we'll probably lower these minimums but first we'd need a more responsive design. Fixes #310 // FREEBIE
This commit is contained in:
parent
960754ef04
commit
b1d3829651
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
||||||
focused: true,
|
focused: true,
|
||||||
width: 580,
|
width: 580,
|
||||||
height: 440,
|
height: 440,
|
||||||
minWidth: 230,
|
minWidth: 600,
|
||||||
minHeight: 150
|
minHeight: 360
|
||||||
}, function (windowInfo) {
|
}, function (windowInfo) {
|
||||||
inboxWindowId = windowInfo.id;
|
inboxWindowId = windowInfo.id;
|
||||||
appWindow = windowInfo;
|
appWindow = windowInfo;
|
||||||
|
|
Loading…
Add table
Reference in a new issue