mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04: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{
|
||||
{0, (3 * 8) - 1, 5 * 8, 1 * 16},
|
||||
{0, (3 * 8), 5 * 8, 1 * 16},
|
||||
"Gain A:"};
|
||||
|
||||
NumberField field_gain_short_UI{
|
||||
|
Loading…
Reference in New Issue
Block a user