Skip to content

Commit

Permalink
remove debug style
Browse files Browse the repository at this point in the history
refs #441
  • Loading branch information
tomsontom committed Jan 18, 2022
1 parent 380e1e8 commit 0db1d1a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -896,7 +896,7 @@ public SashChild(Node c) {
AnchorPane.setTopAnchor(c, Double.valueOf(0.0));
AnchorPane.setLeftAnchor(c, Double.valueOf(0.0));
AnchorPane.setRightAnchor(c, Double.valueOf(0.0));
setStyle("-fx-border-width: 1; -fx-border-style: solid; -fx-border-color: black");
// setStyle("-fx-border-width: 1; -fx-border-style: solid; -fx-border-color: black");
}

@Override
Expand Down

0 comments on commit 0db1d1a

Please sign in to comment.