-
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* make numbers in question page 0-indexed * scrolling up and down works in Answers Page Scrolling up and down in the answer page when the answer was too long did not work when the Answer ListBox was contained within a Pile widget. The only way to make scrolling work when there is not enough room to display the entire answer is to treat the ListBox as a Box widget, not a flow widget, by placing it inside a Frame. * simplify answer page I was going insane trying to get the question url below the answer and properly formatted. Insanity averted. * fix missing frame for SelectQuestionsPage * fix unicode, keypress bugs * oops. prevent regression
- Loading branch information
1 parent
b360139
commit b536432
Showing
1 changed file
with
69 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters