Prevent scrolling

This commit is contained in:
Christoph Atteneder 2018-07-26 14:49:58 +02:00
parent e7a0edff7f
commit 8c29a43256
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -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);