Skip to content
Snippets Groups Projects
Verified Commit ac1b7e1a authored by rahix's avatar rahix
Browse files

fix(simple-menu): Adjust pixel offsets


With 977b2498 merged, the simple_menu
pixel offsets need to be adjusted to look right.

Signed-off-by: default avatarRahix <rahix@rahix.de>
parent 5e673558
No related branches found
No related tags found
No related merge requests found
Pipeline #3415 passed
......@@ -167,7 +167,7 @@ class Menu:
)
self.disp.line(4, 22, 11, 29, col=self.color_sel, size=2)
self.disp.line(3, 37, 11, 29, col=self.color_sel, size=2)
self.disp.line(4, 36, 11, 29, col=self.color_sel, size=2)
self.disp.update()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment