Skip to content
Snippets Groups Projects
Commit 69d56333 authored by Nils Vreman's avatar Nils Vreman
Browse files

increased size of schedule

parent 6a27365a
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ public class ScheduLearn extends JFrame {
public ScheduLearn() {
super("ScheduLearn");
int rows = 5, cols = 20;
int rows = 5, cols = 40;
Status status = new Status();
Taskset ts = new Taskset();
CurrentSlot currentSlot = new CurrentSlot(1, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment