Consolidate frequency field on_edit (#1166)

This commit is contained in:
Kyle Reed 2023-06-18 12:11:04 -07:00 committed by GitHub
parent 7b669d7001
commit 5daa0dfbb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 215 additions and 350 deletions

View file

@ -94,9 +94,9 @@ class SpectrumPainterView : public View {
{{1 * 8, footer_location + 2 * 16}, "BW: Du: P:", Color::light_grey()},
};
FrequencyField field_frequency{
TxFrequencyField field_frequency{
{0 * 8, footer_location + 1 * 16},
};
nav_};
NumberField field_rfgain{
{14 * 8, footer_location + 1 * 16},