Skip to content

Commit

Permalink
Make Group dialog resizable (#4910)
Browse files Browse the repository at this point in the history
Fixes #2419
  • Loading branch information
Siedlerchr authored and tobiasdiez committed Apr 22, 2019
1 parent e63bc21 commit 8e0ffe1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/jabref/gui/groups/GroupDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,6 @@ groupName, getContext(),
texGroupFilePath.setText(group.getFilePath().toString());
}
}

setResizable(false);
getDialogPane().getScene().getWindow().sizeToScene();
}

Expand Down

0 comments on commit 8e0ffe1

Please sign in to comment.