Skip to content

Commit d03c56d

Browse files
author
Tanel Vari
committed
Changed menu box height a little
1 parent 9c67617 commit d03c56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pinks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ private Font LoadCustomFont(double size) {
288288
private VBox CreateMenuBox() {
289289

290290
double width = SCENE_WIDTH - (26 * BASE_UNIT);
291-
double height = SCENE_HEIGHT - (16 * BASE_UNIT);
291+
double height = SCENE_HEIGHT - (20 * BASE_UNIT);
292292

293293
Font font = LoadCustomFont(32);
294294

0 commit comments

Comments
 (0)