Add css for candlestick charts

This commit is contained in:
Manfred Karrer 2016-07-23 14:44:46 +02:00
parent 12fbc6bde7
commit 2e349f6c29

View file

@ -174,7 +174,8 @@ public class BitsquareApp extends Application {
Font.loadFont(getClass().getResource("/fonts/VerdanaBoldItalic.ttf").toExternalForm(), 13);
scene.getStylesheets().setAll(
"/io/bitsquare/gui/bitsquare.css",
"/io/bitsquare/gui/images.css");
"/io/bitsquare/gui/images.css",
"/io/bitsquare/gui/components/candlestick/CandleStickChart.css");
// configure the system tray
SystemTray.create(primaryStage, shutDownHandler);