Skip to content

Commit

Permalink
Fix last hex row being too large
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Jun 24, 2024
1 parent e55a17d commit 1bc64a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private void buildLayout() {
}
} else {
contentHexLabels.add(new Label(" "));
if (showAscii) contentAsciiLabels.add(new Label(" "));
if (showAscii) contentAsciiLabels.add(new Label(" "));
}
}
layout.getStyleClass().remove("header");
Expand Down

0 comments on commit 1bc64a5

Please sign in to comment.