mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-21 13:24:30 -04:00
Remove PPM "Corr." label.
This commit is contained in:
parent
87dc5a055b
commit
7876eb0877
2 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue