Skip to content

Commit

Permalink
Prevent truncation of market code
Browse files Browse the repository at this point in the history
  • Loading branch information
hiciefte committed Sep 3, 2024
1 parent 33e3cfe commit c73d557
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ TableCell<MarketChannelItem, MarketChannelItem>> getMarketLabelCellFactory(boole

{
setCursor(Cursor.HAND);
marketCode.setMinWidth(27);
marketName.getStyleClass().add("market-name");
hBox.setAlignment(Pos.CENTER_LEFT);
vBox.setAlignment(Pos.CENTER_LEFT);
Expand Down

0 comments on commit c73d557

Please sign in to comment.