mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 04:44:30 -04:00
Simplify references to stylesheets
This commit is contained in:
parent
e4a50bbcea
commit
51e1519ed3
1 changed files with 3 additions and 2 deletions
|
@ -109,8 +109,9 @@ public class BitsquareUI extends Application {
|
||||||
final Parent view = loader.load();
|
final Parent view = loader.load();
|
||||||
|
|
||||||
final Scene scene = new Scene(view, 1000, 600);
|
final Scene scene = new Scene(view, 1000, 600);
|
||||||
scene.getStylesheets().setAll(getClass().getResource("/io/bitsquare/gui/bitsquare.css").toExternalForm(),
|
scene.getStylesheets().setAll(
|
||||||
getClass().getResource("/io/bitsquare/gui/images.css").toExternalForm());
|
"/io/bitsquare/gui/bitsquare.css",
|
||||||
|
"/io/bitsquare/gui/images.css");
|
||||||
|
|
||||||
setupCloseHandlers(primaryStage, scene);
|
setupCloseHandlers(primaryStage, scene);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue