Skip to content

Commit

Permalink
Note about pictures smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Nov 8, 2023
1 parent 6b3b794 commit 1ef020f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ private void showBoard(BoardModel boardModel) {
img.setMaxHeight(350, Unit.PIXELS);
holder.add(img);

holder.add(new Paragraph("Pictures only as illustration, still searching for a complete list of good pictures..."));
var picturesNote = new Paragraph("Pictures only as illustration, still searching for a complete list of good pictures...");
picturesNote.getStyle().set("font-style", "italic");
picturesNote.getStyle().set("font-size", "0.8em");
holder.add(picturesNote);

holder.add(new H3("Board info"));

Expand Down

0 comments on commit 1ef020f

Please sign in to comment.