Skip to content

Commit

Permalink
fix: size of causes section
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheaGjerde committed Apr 14, 2026
1 parent 26c615c commit 1a32ddd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private VBox createCausesSection() {
}
}
}
scrollPane.setPrefHeight(150);
scrollPane.setPrefHeight(275);
scrollPane.setContent(causesFlow);

return new VBox(10, title, scrollPane);
Expand Down

0 comments on commit 1a32ddd

Please sign in to comment.