mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
Remove PPM "Corr." label.
This commit is contained in:
parent
87dc5a055b
commit
7876eb0877
@ -248,7 +248,6 @@ FrequencyOptionsView::FrequencyOptionsView(
|
|||||||
add_children({ {
|
add_children({ {
|
||||||
&text_step,
|
&text_step,
|
||||||
&options_step,
|
&options_step,
|
||||||
&text_correction,
|
|
||||||
&field_ppm,
|
&field_ppm,
|
||||||
&text_ppm,
|
&text_ppm,
|
||||||
} });
|
} });
|
||||||
|
@ -271,11 +271,6 @@ private:
|
|||||||
void on_step_changed(rf::Frequency v);
|
void on_step_changed(rf::Frequency v);
|
||||||
void on_reference_ppm_correction_changed(int32_t v);
|
void on_reference_ppm_correction_changed(int32_t v);
|
||||||
|
|
||||||
Text text_correction {
|
|
||||||
{ 17 * 8, 0 * 16, 5 * 8, 16 },
|
|
||||||
"Corr.",
|
|
||||||
};
|
|
||||||
|
|
||||||
NumberField field_ppm {
|
NumberField field_ppm {
|
||||||
{ 23 * 8, 0 * 16 },
|
{ 23 * 8, 0 * 16 },
|
||||||
3,
|
3,
|
||||||
|
Loading…
Reference in New Issue
Block a user