Skip to content

Commit

Permalink
Apply Mouse Clickthrough to Seperator on Person Card
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-han-crh committed Oct 27, 2022
1 parent 3318d5d commit 3aa5776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/PersonListCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</VBox>
</VBox>
</VBox>
<Separator styleClass="separator-card" maxWidth="80">
<Separator styleClass="separator-card" maxWidth="80" mouseTransparent="true">
<padding>
<Insets top="5" bottom="10"/>
</padding>
Expand Down

0 comments on commit 3aa5776

Please sign in to comment.