Skip to content

Commit

Permalink
Adjust the popup to be optimised for the new appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
theophani committed Jan 16, 2017
1 parent 9948ec3 commit f9c7b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dialog/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Dialog {
this.options = options;
// will be used to identify the correct popup window
this.options.state = this.id;
this.width = 456;
this.height = 510;
this.width = 420;
this.height = 670;

this.deferred = deferred();
}
Expand Down

0 comments on commit f9c7b35

Please sign in to comment.