Skip to content

Commit

Permalink
fix: more natural look at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagnap committed Jul 10, 2024
1 parent ebbb508 commit 24880ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/eu/snik/tag/gui/ClassTextPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public void highlightObject(Clazz old, Clazz neww) {
}
);

this.flow.setPadding(new Insets(50,240,50,320));
this.flow.setPadding(new Insets(50,240,0,320));
this.flow.getStyleClass().add("mainTextFlow");
}

Expand Down

0 comments on commit 24880ed

Please sign in to comment.