mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Fix button width
This commit is contained in:
parent
ee0f03c752
commit
eb27f37576
@ -675,8 +675,8 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
||||
|
||||
{
|
||||
button.setGraphic(iconView);
|
||||
button.setMinWidth(150);
|
||||
button.setMaxWidth(150);
|
||||
button.setMinWidth(130);
|
||||
button.setMaxWidth(130);
|
||||
button.setGraphicTextGap(10);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user