Skip to content

Commit

Permalink
fixes #299 by increasing the size of the description form window
Browse files Browse the repository at this point in the history
  • Loading branch information
chalkos committed Jun 21, 2017
1 parent 30226a6 commit 78eecd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public CreationModalMETSHeader(CreationModalStage stage, CreationModalPreparatio
createBottom();

stage.sizeToScene();
stage.setWidth(stage.getWidth() * 1.2);
stage.setHeight(stage.getHeight() * 1.4);
stage.setWidth(stage.getWidth() * 1.6);
stage.setHeight(stage.getHeight() * 1.8);
}

private void createTop() {
Expand Down

0 comments on commit 78eecd2

Please sign in to comment.