gbrusman / ScheduleBotPy

Converting ScheduleBot from Java to Python so it can integrate with campus website more easily
0 stars 0 forks source link

Fix resizeability and orientation of pages #6

Open gbrusman opened 5 years ago

gbrusman commented 5 years ago

For whatever reason, MajorSelectPage does this well and the others do not at all.

gbrusman commented 5 years ago

Actually it's CourseSelectPage that does this the best. MajorSelectPage needs a button_frame.

gbrusman commented 5 years ago

ScheduleDisplay as well as InterestSelect and AppliedSeriesSelect look a lot better now.

gbrusman commented 5 years ago

Want to add scrollbars to pages because if you resize smaller before going to the next page some stuff gets cut off.