mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-22 16:39:23 -04:00
Simplify references to stylesheets
This commit is contained in:
parent
e4a50bbcea
commit
51e1519ed3
@ -109,8 +109,9 @@ public class BitsquareUI extends Application {
|
||||
final Parent view = loader.load();
|
||||
|
||||
final Scene scene = new Scene(view, 1000, 600);
|
||||
scene.getStylesheets().setAll(getClass().getResource("/io/bitsquare/gui/bitsquare.css").toExternalForm(),
|
||||
getClass().getResource("/io/bitsquare/gui/images.css").toExternalForm());
|
||||
scene.getStylesheets().setAll(
|
||||
"/io/bitsquare/gui/bitsquare.css",
|
||||
"/io/bitsquare/gui/images.css");
|
||||
|
||||
setupCloseHandlers(primaryStage, scene);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user