mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-20 13:54:32 +01: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;
|
||||
}
|
||||
|
||||
#splash-logo {
|
||||
-fx-image: url("../../../images/logo_splash.png");
|
||||
}
|
||||
|
||||
/* Splash */
|
||||
#splash {
|
||||
|
|
|
@ -269,9 +269,9 @@ public class MainViewCB extends ViewCB<MainPM> {
|
|||
vBox.setSpacing(10);
|
||||
vBox.setId("splash");
|
||||
|
||||
ImageView logo = ImageUtil.getIconImageView(ImageUtil.SPLASH_LOGO);
|
||||
logo.setFitWidth(300);
|
||||
logo.setFitHeight(300);
|
||||
//ImageView logo = ImageUtil.getIconImageView(ImageUtil.SPLASH_LOGO);
|
||||
ImageView logo = new ImageView();
|
||||
logo.setId("splash-logo");
|
||||
|
||||
Label subTitle = new Label("The decentralized Bitcoin exchange");
|
||||
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
Reference in a new issue