mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 12:54:33 -04:00
Started work on ACARS RX
Added ACARS frequencies file Moved non-implemented apps menu items down
This commit is contained in:
parent
5c1ba9b90d
commit
dc5d6fef70
17 changed files with 686 additions and 27 deletions
|
@ -42,7 +42,7 @@ void MenuItemView::unhighlight() {
|
|||
}
|
||||
|
||||
void MenuItemView::paint(Painter& painter) {
|
||||
Coord offset_x;
|
||||
Coord offset_x { };
|
||||
|
||||
if (!item) return;
|
||||
|
||||
|
@ -71,7 +71,7 @@ void MenuItemView::paint(Painter& painter) {
|
|||
);
|
||||
offset_x = 26;
|
||||
} else
|
||||
offset_x = 8;
|
||||
offset_x = 0;
|
||||
|
||||
Style text_style {
|
||||
.font = paint_style.font,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue