Skip to content

Commit

Permalink
quick codacy patch
Browse files Browse the repository at this point in the history
  • Loading branch information
preland committed Feb 22, 2024
1 parent 300763b commit 6b8292c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,7 @@ protected void activate() {
selectedSubView = model.dataModel.tradeManager.isBuyer(model.dataModel.getOffer()) ?
new BuyerSubView(model) : new SellerSubView(model);

ScrollPane testPane = new ScrollPane();
//testPane.setVbarPolicy(ScrollBarPolicy.ALWAYS);
//testPane.setMinHeight(460);
//selectedSubView.setMinHeight(460);
//VBox.setVgrow(selectedSubView, Priority.SOMETIMES);
if (root.getChildren().size() == 2)
root.getChildren().add(scrollView);
Expand Down

0 comments on commit 6b8292c

Please sign in to comment.