mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-14 18:06:34 -04:00
Change default height to 600 px
This commit is contained in:
parent
c102b2a978
commit
9bb60e23ad
@ -116,7 +116,7 @@ public class BitSquareUI extends Application {
|
||||
try {
|
||||
final Parent view = loader.load();
|
||||
|
||||
final Scene scene = new Scene(view, 1000, 900);
|
||||
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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user