mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-05 08:15:11 -04:00
Finished jammer modes
Shaved off a few kBs by using the Labels widget
This commit is contained in:
parent
d12cd0d8af
commit
4e8980e5d8
26 changed files with 232 additions and 304 deletions
|
@ -153,11 +153,12 @@ private:
|
|||
{ 0, 0, 240, 168 },
|
||||
true
|
||||
};
|
||||
|
||||
Text text_edit {
|
||||
{ 2 * 8, 24 * 8, 5 * 8, 16 },
|
||||
"Edit:"
|
||||
|
||||
Labels label {
|
||||
{ { 2 * 8, 24 * 8 }, "Edit:", Color::light_grey() },
|
||||
{ { 2 * 8, 35 * 8 }, "Category:", Color::light_grey() }
|
||||
};
|
||||
|
||||
Button button_edit_freq {
|
||||
{ 2 * 8, 26 * 8, 14 * 8, 32 },
|
||||
"Frequency"
|
||||
|
@ -166,10 +167,7 @@ private:
|
|||
{ 2 * 8, 30 * 8 + 4, 14 * 8, 32 },
|
||||
"Description"
|
||||
};
|
||||
Text text_category {
|
||||
{ 2 * 8, 35 * 8, 9 * 8, 16 },
|
||||
"Category:",
|
||||
};
|
||||
|
||||
OptionsField options_category {
|
||||
{ 12 * 8, 35 * 8 },
|
||||
8,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue