Skip to content
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

Main Menu: Fixes scrollable text in CoverFlow #357

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

956MB
Copy link
Member

@956MB 956MB commented Jan 17, 2025

In #314

  • elements_scrollable_text_line_centered was using 0 on scroll, so text wider than the screen would not scroll. Uses menu_scroll_counter to fix it.
  • Also makes the width 124 to give a 1px margin so the text isn't touching the outside lines
Screen.Recording.2025-01-16.at.8.47.32.PM.mov

For the reviewer

  • I've uploaded the firmware with this patch to a device and verified its functionality
  • I've confirmed the bug to be fixed / feature to be stable

- `elements_scrollable_text_line_centered` was using 0 on scroll, so text wider than the screen would not scroll. Uses `menu_scroll_counter` to fix it.
- Also makes the width 124 to give a 1px margin so the text isn't touching the outside lines
@Willy-JL Willy-JL added the bugfix Something isn't working label Jan 21, 2025
Copy link
Member

@Willy-JL Willy-JL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

@Willy-JL Willy-JL merged commit 1e9db6b into Next-Flip:dev Jan 21, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants