mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Bottom align elements in offerbook tools box
This commit is contained in:
parent
4164c77cf9
commit
1af7e6a971
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ public class OfferBookView extends ActivatableViewAndModel<GridPane, OfferBookVi
|
||||||
titledGroupBg.getStyleClass().add("last");
|
titledGroupBg.getStyleClass().add("last");
|
||||||
|
|
||||||
HBox offerToolsBox = new HBox();
|
HBox offerToolsBox = new HBox();
|
||||||
offerToolsBox.setAlignment(Pos.CENTER_LEFT);
|
offerToolsBox.setAlignment(Pos.BOTTOM_LEFT);
|
||||||
offerToolsBox.setSpacing(10);
|
offerToolsBox.setSpacing(10);
|
||||||
offerToolsBox.setPadding(new Insets(10, 0, 0, 0));
|
offerToolsBox.setPadding(new Insets(10, 0, 0, 0));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue