Skip to content

Commit

Permalink
Keep group pane size when resizing window (JabRef#6180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hollyqqqqq committed May 5, 2020
1 parent 06e3b72 commit 6967241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jabref/gui/JabRefFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ private void initLayout() {
setTop(head);

splitPane.getItems().addAll(sidePane, tabbedPane);
splitPane.setResizableWithParent(sidePane, false);

// We need to wait with setting the divider since it gets reset a few times during the initial set-up
mainStage.showingProperty().addListener(new ChangeListener<>() {
Expand Down

0 comments on commit 6967241

Please sign in to comment.