Skip to content

Add configurable frequency grid spacing option#1428

Merged
ten9876 merged 1 commit into
mainfrom
freq-grid-spacing
Apr 15, 2026
Merged

Add configurable frequency grid spacing option#1428
ten9876 merged 1 commit into
mainfrom
freq-grid-spacing

Conversation

@ten9876

@ten9876 ten9876 commented Apr 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add Grid dropdown to Display panel: Auto, 1/2/5/10/25/50/100 kHz
  • Centralize step calculation in effectiveGridStepMhz() (deduplicates grid + scale bar)
  • Manual mode clamps to prevent label overlap
  • Persisted per-pan via AppSettings

Fixes #1390. From AetherClaude PR #1391.

🤖 Generated with Claude Code

Adds a "Grid" dropdown to the Display overlay panel with options:
Auto, 1, 2, 5, 10, 25, 50, 100 kHz. When a manual spacing is set,
the grid automatically clamps to the next wider option if labels
would overlap at the current zoom level, falling back to the
existing 1-2-5 auto algorithm when all manual options are too dense.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ten9876 ten9876 merged commit 46f3990 into main Apr 15, 2026
3 checks passed
@ten9876 ten9876 deleted the freq-grid-spacing branch April 15, 2026 01:24
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.

Frequency Grid Spacing Option

2 participants