Skip to content

Add configurable frequency grid spacing option (#1390)#1391

Closed
aethersdr-agent[bot] wants to merge 1 commit into
mainfrom
aetherclaude/issue-1390
Closed

Add configurable frequency grid spacing option (#1390)#1391
aethersdr-agent[bot] wants to merge 1 commit into
mainfrom
aetherclaude/issue-1390

Conversation

@aethersdr-agent

Copy link
Copy Markdown
Contributor

Summary

Fixes #1390

What was changed

Add configurable frequency grid spacing option (#1390)

Files modified

  • src/gui/MainWindow.cpp
  • src/gui/SpectrumOverlayMenu.cpp
  • src/gui/SpectrumOverlayMenu.h
  • src/gui/SpectrumWidget.cpp
  • src/gui/SpectrumWidget.h
 src/gui/SpectrumOverlayMenu.cpp | 29 +++++++++++++++-
 src/gui/SpectrumOverlayMenu.h   |  5 ++-
 src/gui/SpectrumWidget.cpp      | 73 +++++++++++++++++++++++++++++++----------
 src/gui/SpectrumWidget.h        |  4 +++
 5 files changed, 96 insertions(+), 21 deletions(-)

Generated by AetherClaude (automated agent for AetherSDR)

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>
@aethersdr-agent aethersdr-agent Bot mentioned this pull request Apr 14, 2026
2 tasks
@ten9876

ten9876 commented Apr 15, 2026

Copy link
Copy Markdown
Collaborator

Taking via rebased branch.

@ten9876 ten9876 closed this Apr 15, 2026
@ten9876 ten9876 deleted the aetherclaude/issue-1390 branch April 18, 2026 04:51
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