update logo and sys tray icon
@ -513,12 +513,8 @@ class ViewBuilder {
|
||||
splashVBox.setSpacing(10);
|
||||
|
||||
ImageView logo = ImageUtil.getIconImageView(ImageUtil.SPLASH_LOGO);
|
||||
logo.setFitWidth(270);
|
||||
logo.setFitHeight(200);
|
||||
|
||||
ImageView titleLabel = ImageUtil.getIconImageView(ImageUtil.SPLASH_LABEL);
|
||||
titleLabel.setFitWidth(300);
|
||||
titleLabel.setFitHeight(79);
|
||||
logo.setFitWidth(300);
|
||||
logo.setFitHeight(300);
|
||||
|
||||
Label subTitle = new Label("The P2P Fiat-Bitcoin Exchange");
|
||||
subTitle.setAlignment(Pos.CENTER);
|
||||
@ -528,7 +524,7 @@ class ViewBuilder {
|
||||
loadingLabel.setAlignment(Pos.CENTER);
|
||||
loadingLabel.setPadding(new Insets(80, 0, 0, 0));
|
||||
|
||||
splashVBox.getChildren().addAll(logo, titleLabel, subTitle, loadingLabel);
|
||||
splashVBox.getChildren().addAll(logo, subTitle, loadingLabel);
|
||||
return splashVBox;
|
||||
}
|
||||
|
||||
|
@ -20,11 +20,10 @@ package io.bitsquare.gui.util;
|
||||
import javafx.scene.image.*;
|
||||
|
||||
public class ImageUtil {
|
||||
public static final String SPLASH_LOGO = "/images/logo_200_270.png";
|
||||
public static final String SPLASH_LABEL = "/images/bitsquare_logo_label_300_69.png";
|
||||
public static final String SPLASH_LOGO = "/images/logo_600_600.png";
|
||||
|
||||
public static final String SYS_TRAY = "/images/systemTrayIcon.png";
|
||||
public static final String SYS_TRAY_ALERT = "/images/systemTrayAlertIcon.png";
|
||||
public static final String SYS_TRAY = "/images/system_tray_icon_44_32.png";
|
||||
public static final String SYS_TRAY_ALERT = "/images/system_tray_notify_icon_44_32.png";
|
||||
|
||||
public static final String HOME = "/images/nav/home.png";
|
||||
public static final String HOME_ACTIVE = "/images/nav/home_active.png";
|
||||
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 24 KiB |
BIN
src/main/resources/images/logo_600_600.png
Normal file
After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
BIN
src/main/resources/images/system_tray_icon_44_32.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
src/main/resources/images/system_tray_notify_icon_44_32.png
Normal file
After Width: | Height: | Size: 2.1 KiB |