Skip to content

feat(ui): persistent UI zoom with Ctrl+Scroll and ⌘+Scroll #25

Open
samlam369 wants to merge 1 commit intonoopstudios:mainfrom
samlam369:feat/ui-zoom
Open

feat(ui): persistent UI zoom with Ctrl+Scroll and ⌘+Scroll #25
samlam369 wants to merge 1 commit intonoopstudios:mainfrom
samlam369:feat/ui-zoom

Conversation

@samlam369
Copy link
Copy Markdown

Implements a UI zoom feature accessible via mouse wheel scroll, enhancing usability and accessibility.

  • Zooming is triggered by:
    • Command (⌘) + Mouse Wheel on macOS
    • Control + Mouse Wheel on Windows and Linux
  • The selected zoom level is saved and persists across application sessions.
  • This allows users to adjust the UI scale to their preference, which is particularly helpful for high-DPI displays or varying visual needs.

Note: This feature has been primarily tested on Windows. While expected to function correctly on macOS and Linux due to Qt's cross-platform nature, further testing on these platforms is recommended.

Implements a UI zoom feature accessible via mouse wheel scroll, enhancing usability and accessibility.

- Zooming is triggered by:
  - Command (⌘) + Mouse Wheel on macOS
  - Control + Mouse Wheel on Windows and Linux
- The selected zoom level is saved and persists across application sessions.
- This allows users to adjust the UI scale to their preference, which is particularly helpful for high-DPI displays or varying visual needs.

Note: This feature has been primarily tested on Windows. While expected to function correctly on macOS and Linux due to Qt's cross-platform nature, further testing on these platforms is recommended.
@samlam369 samlam369 changed the title feat(ui): implement persistent cross-platform UI zoom feat(ui): persistent UI zoom with Ctrl+Scroll and ⌘+Scroll Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant