From fa85644077560913e260c4b561c495f9b425e61a Mon Sep 17 00:00:00 2001 From: ddunig2 <36016544+ddunig2@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:44:50 -0400 Subject: [PATCH] updated change log for issue #6639 --- CHANGELOG.md | 1 + src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccccef747af..093ce5453d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java b/src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java index 1e7e55fc646..bff1e366d35 100644 --- a/src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java +++ b/src/main/java/org/jabref/gui/openoffice/OpenOfficePanel.java @@ -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);