[fixes #1111] Update splash screen

This commit is contained in:
SiboVG 2022-02-09 20:38:07 +01:00
parent 1876fb88df
commit 409755c320
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 185 KiB

View File

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