Merge branch 'master' into next

This commit is contained in:
Kim Gardner
2018-01-04 17:28:13 -05:00
committed by GitHub
33 changed files with 1121 additions and 25 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
module.exports = {
'@tags': ['install'],
before: (client) => {
before: (client) => {
client.setWindowPosition(0, 0);
client.resizeWindow(1600, 1200);
},
+2 -1
View File
@@ -1,7 +1,8 @@
module.exports = {
'@tags': ['admin', 'login'],
before: (client) => {
before: (client) => {
client.setWindowPosition(0, 0);
client.resizeWindow(1024, 800);
},
+2 -1
View File
@@ -1,7 +1,8 @@
module.exports = {
'@tags': ['embedStream', 'login'],
before: (client) => {
before: (client) => {
client.setWindowPosition(0, 0);
client.resizeWindow(1600, 1200);
},
+1
View File
@@ -1,4 +1,5 @@
module.exports = {
before: (client) => {
client.resizeWindow(1600, 1200);
},
+2 -1
View File
@@ -1,6 +1,7 @@
module.exports = {
before: (client) => {
before: (client) => {
client.setWindowPosition(0, 0);
client.resizeWindow(1600, 1200);
},
+1
View File
@@ -1,6 +1,7 @@
module.exports = {
before: (client) => {
client.setWindowPosition(0, 0);
client.resizeWindow(1600, 1200);
},