Skip to content

Reduce click feedback center size#442

Merged
enaboapps merged 1 commit into
mainfrom
fix/click-center-size-441
Jul 19, 2026
Merged

Reduce click feedback center size#442
enaboapps merged 1 commit into
mainfrom
fix/click-center-size-441

Conversation

@enaboapps

Copy link
Copy Markdown
Contributor

Summary

  • reduce the solid click-feedback center diameter by 30%
  • preserve the existing outer halo geometry independently
  • cover the updated center and unchanged halo geometry across 100%, 150%, and 200% DPI

Why

The solid center of the click feedback was too visually dominant. Its size also served as the halo animation baseline, so changing it directly would have unintentionally reduced the visible halo.

Impact

Left-click, right-click, and double-click feedback now use a smaller center at every overlay size and DPI scale. Cursor ring, timing, colors, shadow behavior, scrolling, repeat feedback, settings, and persisted configuration are unchanged.

Validation

  • dotnet restore src/SwitchifyPc.sln
  • dotnet build src/SwitchifyPc.sln -c Release --no-restore (0 warnings, 0 errors)
  • dotnet test src/SwitchifyPc.sln -c Release --no-build (438 unit tests and 1 integration test passed)

Manual testing

  • Authenticated Windows overlay smoke testing remains outstanding.

Closes #441

@enaboapps enaboapps added this to the Release 0.7.1 milestone Jul 19, 2026
@enaboapps
enaboapps marked this pull request as ready for review July 19, 2026 13:38
@enaboapps
enaboapps merged commit ff54a77 into main Jul 19, 2026
1 check passed
@enaboapps
enaboapps deleted the fix/click-center-size-441 branch July 19, 2026 13:38
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.

Reduce click feedback center size

2 participants