mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Reduce minWidth of Buy/Sell offerbook button.
This commit is contained in:
parent
f7f78a1624
commit
df2630b379
@ -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