Started work on ACARS RX

Added ACARS frequencies file
Moved non-implemented apps menu items down
This commit is contained in:
furrtek 2018-06-10 10:15:43 +01:00
parent 5c1ba9b90d
commit dc5d6fef70
17 changed files with 686 additions and 27 deletions

View file

@ -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,