Skip to content

Commit

Permalink
Merge pull request #2218 from HenrikJannsen/fix-offerlist-layout
Browse files Browse the repository at this point in the history
Remove fixed width for fiatAmountTableColumn to avoid that column is …
  • Loading branch information
djing-chan committed May 22, 2024
2 parents 12deb32 + cda8d48 commit 163eb82
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,6 @@ private void configOffersTableView(BisqTableView<OfferMessageItem> tableView) {
BisqTableColumn<OfferMessageItem> fiatAmountTableColumn = new BisqTableColumn.Builder<OfferMessageItem>()
.titleProperty(getModel().getFiatAmountTitle())
.right()
.fixWidth(170)
.setCellFactory(BisqEasyOfferbookUtil.getOfferMessageFiatAmountCellFactory())
.comparator(Comparator.comparing(OfferMessageItem::getMinAmount))
.isSortable(true)
Expand Down

0 comments on commit 163eb82

Please sign in to comment.