Skip to content

Commit

Permalink
updated change log for issue JabRef#6639
Browse files Browse the repository at this point in the history
  • Loading branch information
ddunig2 committed Jul 27, 2020
1 parent 8e8973d commit fa85644
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
- We changed the command line option 'generateBibtexKeys' to the more generic term 'generateCitationKeys' while the short option remains 'g'.[#6545](https://github.com/JabRef/jabref/pull/6545)
- We improved the "Possible duplicate entries" window to remember its size and position throughout a session. [#6582](https://github.com/JabRef/jabref/issues/6582)
- We divided the toolbar into small parts, so if the application window is to small, only a part of the toolbar is moved into the chevron popup. [#6682](https://github.com/JabRef/jabref/pull/6682)
- we change the layout for some of the buttons on the side panel to a flow layout to ensure button text are always visible, specially on resizing. [#6639](https://github.com/JabRef/jabref/issues/6639)

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ private void initPanel() {
flow.setVgap(4);
flow.setHgap(4);
flow.setPrefWrapLength(200);

flow.getChildren().addAll(setStyleFile, pushEntries, pushEntriesInt);
flow.getChildren().addAll(pushEntriesAdvanced, pushEntriesEmpty, merge);
flow.getChildren().addAll(manageCitations, exportCitations, settingsB);
Expand Down

0 comments on commit fa85644

Please sign in to comment.