mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +01:00
Prevent scrolling
This commit is contained in:
parent
e7a0edff7f
commit
8c29a43256
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public class OfferBookChartView extends ActivatableViewAndModel<VBox, OfferBookC
|
|||
Label currencyLabel = new AutoTooltipLabel(Res.get("shared.currency"));
|
||||
currencyLabel.getStyleClass().add("small-text");
|
||||
VBox currencyHBox = new VBox();
|
||||
currencyHBox.setSpacing(0);
|
||||
currencyHBox.setSpacing(-5);
|
||||
currencyHBox.setPadding(new Insets(5, -20, -5, 20));
|
||||
currencyHBox.setAlignment(Pos.CENTER_LEFT);
|
||||
currencyHBox.getChildren().addAll(currencyLabel, currencyComboBox);
|
||||
|
|
Loading…
Add table
Reference in a new issue