Skip to content

Commit

Permalink
Ellipsis after width=150
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-Kuei committed Nov 2, 2023
1 parent ed09904 commit 468f7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/view/PersonListCard.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<Region fx:constant="USE_PREF_SIZE" />
</minWidth>
</Label>
<Label fx:id="employeeId" styleClass="cell_big_label" text="\$id">
<Label fx:id="employeeId" styleClass="cell_big_label" text="\$id" maxWidth="150">
</Label>
<Separator/>
<Label fx:id="name" styleClass="cell_big_label" text="\$first">
<Label fx:id="name" styleClass="cell_big_label" text="\$first" maxWidth="150">
</Label>
<VBox.margin>
<Insets left="-15.0" right="-5.0" top="-5.0" />
Expand Down

0 comments on commit 468f7a2

Please sign in to comment.