Skip to content

Commit

Permalink
Make external changes resolver dialog scrollable for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-cremieux committed Jun 18, 2024
1 parent dba4d0c commit 79e3672
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public MetadataChangeDetailsView(MetadataChange metadataChange, GlobalCitationKe
}

ScrollPane scrollPane = new ScrollPane(container);
scrollPane.setFitToWidth(true);
getChildren().setAll(scrollPane);

setLeftAnchor(scrollPane, 8d);
Expand Down

0 comments on commit 79e3672

Please sign in to comment.