mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Fix wrong row span so group is closed after offer table
This commit is contained in:
parent
ee7c79fe6a
commit
3eaeeb2ce4
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
|||
public void initialize() {
|
||||
root.setPadding(new Insets(20, 25, 5, 25));
|
||||
|
||||
addTitledGroupBg(root, gridRow, 3, Res.get("offerbook.availableOffers"));
|
||||
addTitledGroupBg(root, gridRow, 2, Res.get("offerbook.availableOffers"));
|
||||
|
||||
final Tuple3<HBox, AutoTooltipLabel, ComboBox> filterBoxTuple = addHBoxLabelComboBox(root, gridRow, Res.get("offerbook.filterByCurrency"), Layout.FIRST_ROW_DISTANCE);
|
||||
final HBox filterBox = filterBoxTuple.first;
|
||||
|
|
Loading…
Add table
Reference in a new issue