From 9e9987b9046b5d52927c26805caab5dcc50646df Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Tue, 5 Mar 2019 21:26:17 +0100 Subject: [PATCH] Increase max page count --- .../main/java/de/tobias/playpad/project/ProjectSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PlayWallCore/src/main/java/de/tobias/playpad/project/ProjectSettings.java b/PlayWallCore/src/main/java/de/tobias/playpad/project/ProjectSettings.java index 760a77e8..42efc1b2 100644 --- a/PlayWallCore/src/main/java/de/tobias/playpad/project/ProjectSettings.java +++ b/PlayWallCore/src/main/java/de/tobias/playpad/project/ProjectSettings.java @@ -6,7 +6,7 @@ import java.nio.file.Path; public class ProjectSettings { - public static final int MAX_PAGES = 8; + public static final int MAX_PAGES = 10; public static final int MAX_COLUMNS = 15; public static final int MAX_ROWS = 15; -- GitLab