mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-20 21:04:28 -04:00
Use CSS for Retina ready images
This commit is contained in:
parent
908874fd92
commit
97facb6bbf
8 changed files with 110 additions and 102 deletions
|
@ -119,7 +119,8 @@ public class BitSquare extends Application {
|
|||
final Parent view = loader.load();
|
||||
|
||||
final Scene scene = new Scene(view, 1000, 750);
|
||||
scene.getStylesheets().setAll(getClass().getResource("/io/bitsquare/gui/bitsquare.css").toExternalForm());
|
||||
scene.getStylesheets().setAll(getClass().getResource("/io/bitsquare/gui/bitsquare.css").toExternalForm(),
|
||||
getClass().getResource("/io/bitsquare/gui/images.css").toExternalForm());
|
||||
|
||||
setupCloseHandlers(primaryStage, scene);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue