Skip to content

Commit

Permalink
Merge pull request #5907 from alvasw/offer_book_action_button_text_cu…
Browse files Browse the repository at this point in the history
…toff

OfferBook: Show Complete Text Of Action Button If Enough Space Available
  • Loading branch information
ripcurlx authored Dec 9, 2021
2 parents be4cbcd + f32f1d4 commit f3d2cc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ public TableCell<OfferBookListItem, OfferBookListItem> call(TableColumn<OfferBoo
{
button.setGraphic(iconView);
button.setMinWidth(200);
button.setMaxWidth(200);
button.setMaxWidth(Double.MAX_VALUE);
button.setGraphicTextGap(10);
}

Expand Down

0 comments on commit f3d2cc3

Please sign in to comment.