Skip to content

Commit 089a252

Browse files
committed
smaller splash
1 parent a656aab commit 089a252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/PsudoSplash.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private PsudoSplash() {
147147
double height = image.getHeight();
148148
double width = image.getWidth();
149149

150-
setWidth = 800;
150+
setWidth = 500;
151151

152152
scale = setWidth/width;
153153
double caclulatedHeight = scale*height;

0 commit comments

Comments
 (0)