mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 13:25:14 +01:00
Merge pull request #6374 from jmacxx/change_buy_sell_button_text
Reduce width of Buy/Sell offerbook button
This commit is contained in:
commit
060246651a
@ -1083,7 +1083,7 @@ abstract public class OfferBookView<R extends GridPane, M extends OfferBookViewM
|
||||
private TableColumn<OfferBookListItem, OfferBookListItem> getActionColumn() {
|
||||
TableColumn<OfferBookListItem, OfferBookListItem> column = new AutoTooltipTableColumn<>(Res.get("shared.actions")) {
|
||||
{
|
||||
setMinWidth(180);
|
||||
setMinWidth(90);
|
||||
setSortable(false);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user