Update window size (#1894)

This small change attempts to fix #1727, as i just got my eye on it and figured i could simply fix it while seeing it.
This commit is contained in:
Madalin Tache 2019-10-02 00:48:54 +03:00 committed by Franz Liedke
parent 4cab24225f
commit 614b4a1d4e

View File

@ -13,7 +13,7 @@ export default class LogInButton extends Button {
props.className = (props.className || '') + ' LogInButton';
props.onclick = function() {
const width = 600;
const width = 580;
const height = 400;
const $window = $(window);