Get rid of scrollbar in TradesChartsView

This commit is contained in:
Christoph Atteneder 2018-11-14 15:14:39 +01:00
parent a58e2e9775
commit c39d750454
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -21,7 +21,7 @@
<?import javafx.scene.layout.VBox?>
<?import javafx.geometry.Insets?>
<VBox fx:id="root" fx:controller="bisq.desktop.main.market.trades.TradesChartsView"
spacing="10.0" fillWidth="true"
spacing="7.0" fillWidth="true"
AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0"
AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0"
xmlns:fx="http://javafx.com/fxml">