Skip to content
Snippets Groups Projects
Commit 9e9987b9 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

Increase max page count

parent 65dae888
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment