Skip to content

Commit

Permalink
Update JabRefFrame.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Hollyqqqqq committed May 7, 2020
1 parent fc92942 commit 93ddfb6
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 @@ -435,6 +435,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 93ddfb6

Please sign in to comment.