mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Removed some blank lines (#2140)
This commit is contained in:
parent
a3b71d0e3d
commit
3628576d60
@ -5,11 +5,9 @@ namespace ui {
|
|||||||
// TODO: Generate this automatically from github
|
// TODO: Generate this automatically from github
|
||||||
// Information: a line starting with a '#' will be yellow coloured
|
// Information: a line starting with a '#' will be yellow coloured
|
||||||
const std::string authors_list[] = {
|
const std::string authors_list[] = {
|
||||||
" ",
|
|
||||||
"# * List of contributors * ",
|
"# * List of contributors * ",
|
||||||
" ",
|
" ",
|
||||||
"#Mayhem:",
|
"#Mayhem:",
|
||||||
" ",
|
|
||||||
"eried,euquiq,gregoryfenton",
|
"eried,euquiq,gregoryfenton",
|
||||||
"johnelder,jwetzell,nnemanjan00",
|
"johnelder,jwetzell,nnemanjan00",
|
||||||
"N0vaPixel,klockee,gullradriel",
|
"N0vaPixel,klockee,gullradriel",
|
||||||
@ -27,7 +25,6 @@ const std::string authors_list[] = {
|
|||||||
"Netro,HTotoo",
|
"Netro,HTotoo",
|
||||||
" ",
|
" ",
|
||||||
"#Havoc:",
|
"#Havoc:",
|
||||||
" ",
|
|
||||||
"furrtek,mrmookie,NotPike",
|
"furrtek,mrmookie,NotPike",
|
||||||
"mjwaxios,ImDroided,Giorgiofox",
|
"mjwaxios,ImDroided,Giorgiofox",
|
||||||
"F4GEV,z4ziggy,xmycroftx",
|
"F4GEV,z4ziggy,xmycroftx",
|
||||||
@ -37,11 +34,9 @@ const std::string authors_list[] = {
|
|||||||
"brianlechthaler,ZeroChaos-...",
|
"brianlechthaler,ZeroChaos-...",
|
||||||
" ",
|
" ",
|
||||||
"#PortaPack:",
|
"#PortaPack:",
|
||||||
" ",
|
|
||||||
"jboone,argilo",
|
"jboone,argilo",
|
||||||
" ",
|
" ",
|
||||||
"#HackRF:",
|
"#HackRF:",
|
||||||
" ",
|
|
||||||
"mossmann,dominicgs,bvernoux",
|
"mossmann,dominicgs,bvernoux",
|
||||||
"bgamari,schneider42,miek",
|
"bgamari,schneider42,miek",
|
||||||
"willcode,hessu,Sec42",
|
"willcode,hessu,Sec42",
|
||||||
@ -86,8 +81,8 @@ AboutView::AboutView(NavigationView& nav) {
|
|||||||
|
|
||||||
void AboutView::focus() {
|
void AboutView::focus() {
|
||||||
menu_view.focus();
|
menu_view.focus();
|
||||||
// put focus on first text line
|
// put focus on last text line to make it more obvious that list is scrollable
|
||||||
menu_view.set_highlighted(1);
|
menu_view.set_highlighted(10);
|
||||||
}
|
}
|
||||||
|
|
||||||
} /* namespace ui */
|
} /* namespace ui */
|
||||||
|
@ -15,7 +15,7 @@ class AboutView : public View {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
MenuView menu_view{
|
MenuView menu_view{
|
||||||
{0, 0, 240, 240},
|
{0, 0, 240, 264},
|
||||||
true};
|
true};
|
||||||
|
|
||||||
Button button_ok{
|
Button button_ok{
|
||||||
|
Loading…
Reference in New Issue
Block a user