mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +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() {
|
private TableColumn<OfferBookListItem, OfferBookListItem> getActionColumn() {
|
||||||
TableColumn<OfferBookListItem, OfferBookListItem> column = new AutoTooltipTableColumn<>(Res.get("shared.actions")) {
|
TableColumn<OfferBookListItem, OfferBookListItem> column = new AutoTooltipTableColumn<>(Res.get("shared.actions")) {
|
||||||
{
|
{
|
||||||
setMinWidth(180);
|
setMinWidth(90);
|
||||||
setSortable(false);
|
setSortable(false);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user