Fix #704 - increase height of offline apps window to 700px

This commit is contained in:
Julian Descottes 2017-06-03 10:23:40 +02:00
parent 5456ea973a
commit aea4e4d6a6

View File

@ -62,6 +62,6 @@
"icon": "dest/prod/logo.png", "icon": "dest/prod/logo.png",
"toolbar": false, "toolbar": false,
"width": 1000, "width": 1000,
"height": 500 "height": 700
} }
} }