diff --git a/core/resources-src/pix/splashscreen-1.4.png b/core/resources-src/pix/splashscreen-1.4.png new file mode 100644 index 000000000..32b5c97c5 Binary files /dev/null and b/core/resources-src/pix/splashscreen-1.4.png differ diff --git a/core/resources-src/pix/splashscreen-1.4.xcf.gz b/core/resources-src/pix/splashscreen-1.4.xcf.gz new file mode 100644 index 000000000..941d535b9 Binary files /dev/null and b/core/resources-src/pix/splashscreen-1.4.xcf.gz differ diff --git a/core/resources/pix/splashscreen.png b/core/resources/pix/splashscreen.png index 0909a8758..32b5c97c5 100644 Binary files a/core/resources/pix/splashscreen.png and b/core/resources/pix/splashscreen.png differ diff --git a/swing/src/net/sf/openrocket/gui/main/Splash.java b/swing/src/net/sf/openrocket/gui/main/Splash.java index c3ef0bf64..a985e5beb 100644 --- a/swing/src/net/sf/openrocket/gui/main/Splash.java +++ b/swing/src/net/sf/openrocket/gui/main/Splash.java @@ -25,8 +25,8 @@ public class Splash { // The right edge of the text base line for the version string private static final int VERSION_POSITION_X = 617; - private static final int VERSION_POSITION_Y = 138; - private static final Font VERSION_FONT = new Font(Font.SANS_SERIF, Font.PLAIN, 9); + private static final int VERSION_POSITION_Y = 150; + private static final Font VERSION_FONT = new Font(Font.SANS_SERIF, Font.PLAIN, 14); private static final Color VERSION_COLOR = Color.WHITE;