This commit is contained in:
5684185+vsariola@users.noreply.github.com
2026-01-17 23:55:37 +02:00
parent fd5e2c3bb8
commit b328cc3a07
5 changed files with 62 additions and 50 deletions

View File

@ -48,7 +48,7 @@ func (s *SpectrumState) Layout(gtx C) D {
}
resolution := NumUpDown(t.Model.SpecAnResolution(), t.Theme, s.resolutionNumber, "Resolution")
chnModeBtn := Btn(t.Theme, &t.Theme.Button.Filled, s.chnModeBtn, chnModeTxt, "Channel mode")
chnModeBtn := Btn(t.Theme, &t.Theme.Button.Text, s.chnModeBtn, chnModeTxt, "Channel mode")
speed := NumUpDown(t.Model.SpecAnSpeed(), t.Theme, s.speed, "Speed")
numchns := 0