minor gui fixes, clean up

This commit is contained in:
2018-11-18 21:28:43 +01:00
parent b083e44711
commit e6c4096787
21 changed files with 24 additions and 37 deletions

View File

@ -70,7 +70,7 @@ class TimeTableParser {
return courseTTLinkList
}
@Suppress("unused")
fun printTimeTableWeek (timeTableWeek: Array<Array<Lesson>>) {
for (j in 0..5) print(days[j].padEnd(25 ,' ') + " | ")