mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Add css for candlestick charts
This commit is contained in:
parent
12fbc6bde7
commit
2e349f6c29
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ public class BitsquareApp extends Application {
|
||||||
Font.loadFont(getClass().getResource("/fonts/VerdanaBoldItalic.ttf").toExternalForm(), 13);
|
Font.loadFont(getClass().getResource("/fonts/VerdanaBoldItalic.ttf").toExternalForm(), 13);
|
||||||
scene.getStylesheets().setAll(
|
scene.getStylesheets().setAll(
|
||||||
"/io/bitsquare/gui/bitsquare.css",
|
"/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
|
// configure the system tray
|
||||||
SystemTray.create(primaryStage, shutDownHandler);
|
SystemTray.create(primaryStage, shutDownHandler);
|
||||||
|
|
Loading…
Add table
Reference in a new issue