mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 10:49:19 -04:00
Use css for testing retina support
This commit is contained in:
parent
6f05579c4b
commit
ed52955a19
4 changed files with 6 additions and 3 deletions
|
@ -20,6 +20,9 @@ lower gradient color on tab: dddddd
|
||||||
-bs-bg-grey: #dddddd;
|
-bs-bg-grey: #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#splash-logo {
|
||||||
|
-fx-image: url("../../../images/logo_splash.png");
|
||||||
|
}
|
||||||
|
|
||||||
/* Splash */
|
/* Splash */
|
||||||
#splash {
|
#splash {
|
||||||
|
|
|
@ -269,9 +269,9 @@ public class MainViewCB extends ViewCB<MainPM> {
|
||||||
vBox.setSpacing(10);
|
vBox.setSpacing(10);
|
||||||
vBox.setId("splash");
|
vBox.setId("splash");
|
||||||
|
|
||||||
ImageView logo = ImageUtil.getIconImageView(ImageUtil.SPLASH_LOGO);
|
//ImageView logo = ImageUtil.getIconImageView(ImageUtil.SPLASH_LOGO);
|
||||||
logo.setFitWidth(300);
|
ImageView logo = new ImageView();
|
||||||
logo.setFitHeight(300);
|
logo.setId("splash-logo");
|
||||||
|
|
||||||
Label subTitle = new Label("The decentralized Bitcoin exchange");
|
Label subTitle = new Label("The decentralized Bitcoin exchange");
|
||||||
subTitle.setAlignment(Pos.CENTER);
|
subTitle.setAlignment(Pos.CENTER);
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 44 KiB |
Loading…
Add table
Add a link
Reference in a new issue