From ff2f6574e89028c24682b58d08cd0cecfb11a552 Mon Sep 17 00:00:00 2001 From: moon2 <moon2protonmail@protonmail.com> Date: Sat, 1 Feb 2025 16:05:54 +0100 Subject: [PATCH] fmt --- python_payload/st3m/ui/mixer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python_payload/st3m/ui/mixer.py b/python_payload/st3m/ui/mixer.py index 59c169686..454334f35 100644 --- a/python_payload/st3m/ui/mixer.py +++ b/python_payload/st3m/ui/mixer.py @@ -350,7 +350,9 @@ class AudioMixer(Responder): shift = 0 else: shift = 7 - ctx.rectangle(chan_width / 2 - 16 + shift, bar_bottom - len_bar, 12-shift, len_bar).fill() + ctx.rectangle( + chan_width / 2 - 16 + shift, bar_bottom - len_bar, 12 - shift, len_bar + ).fill() # reference notch ctx.move_to(chan_width / 2 - 16 + shift, bar_bottom - len_bar * 5 / 7) -- GitLab