Skip to content

Commit

Permalink
Update ChallengeScene.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bobabooth committed May 5, 2022
1 parent bca7f38 commit a73878d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void build() {
/* Left */
VBox leftBar = new VBox(5);
leftBar.setAlignment(Pos.CENTER);
leftBar.setPadding(new Insets(0, 10, 0, 15));
leftBar.setPadding(new Insets(0, 5, 0, 15));
mainPane.setLeft(leftBar);

var skipPieceText = new Text("Skip piece");
Expand Down

0 comments on commit a73878d

Please sign in to comment.