update logo and sys tray icon

This commit is contained in:
Manfred Karrer 2014-08-27 14:35:51 +02:00
parent d9c6c8dd90
commit 5449e9d31c
10 changed files with 6 additions and 11 deletions

Binary file not shown.

View File

@ -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;
}

View File

@ -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";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB