forked from ShadowTheAge/yafc
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to scroll past the bottom recipe #14
Comments
shihan42
added a commit
to shihan42/yafc-ce
that referenced
this issue
Feb 21, 2024
…bottom padding to enable scrolling past the last row The base class Scrollable is used in different places (e.g. project pages, item explorer). To ensure that only those subclasses that need vertical bottom padding the padding factor has a default value of 0%. Project pages switch that to 50% to enable scrolling past the last row. Closes shpaass#14
After the counterexample of half an empty screen, I think that a couple rows of the empty space is sufficient. |
Proper fix for this is to add a bit of padding when the horizontal scrollbar is activated. |
shihan42
added a commit
to shihan42/yafc-ce
that referenced
this issue
Feb 22, 2024
…bottom padding to enable scrolling past the last row The base class Scrollable is used in different places (e.g. project pages, item explorer). To ensure that only those subclasses that need vertical bottom padding the padding factor has a default value of 0%. Project pages switch that to 50% to enable scrolling past the last row. Closes shpaass#14
shihan42
added a commit
to shihan42/yafc-ce
that referenced
this issue
Feb 22, 2024
…bottom padding to enable scrolling past the last row The base class Scrollable is used in different places (e.g. project pages, item explorer). To ensure that only those subclasses that need vertical bottom padding the padding factor has a default value of 0%. Project pages switch that to 50% to enable scrolling past the last row. Closes shpaass#14
shihan42
added a commit
that referenced
this issue
Feb 22, 2024
Project pages (e.g. production tables, production summaries) get a bottom padding of 100 pixels to enable scrolling past the last row. The base class Scrollable is used in different places (e.g. project pages, item explorer). To ensure that only those subclasses that need vertical bottom padding the default value for useBottomPadding is false. Project pages enable scrolling past the last row. Closes #14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In long chains of recipes, the bottom recipe is near the bottom edge of the app, which is uncomfortable.
It would be good to scroll past the bottom recipe, so the lowest chosen recipe is in the middle of the app instead of its bottom edge
The text was updated successfully, but these errors were encountered: