mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-24 08:39:52 -05:00
simple 1 pixel error correction (#1014)
No risk and already validated. just deleting incorrect -1 pixel vertical in Y .
This commit is contained in:
parent
e4639fc20a
commit
4d3f9a8333
@ -203,7 +203,7 @@ class TransmitterView2 : public View {
|
|||||||
' '};
|
' '};
|
||||||
|
|
||||||
Text text_gain_amp_short_UI{
|
Text text_gain_amp_short_UI{
|
||||||
{0, (3 * 8) - 1, 5 * 8, 1 * 16},
|
{0, (3 * 8), 5 * 8, 1 * 16},
|
||||||
"Gain A:"};
|
"Gain A:"};
|
||||||
|
|
||||||
NumberField field_gain_short_UI{
|
NumberField field_gain_short_UI{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user