mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-23 05:01:26 -05:00
Category label and entry to 12 chars (#324)
This commit is contained in:
parent
c986108a66
commit
d65a8929bc
@ -259,7 +259,7 @@ void FrequencyManagerView::on_edit_desc(NavigationView& nav) {
|
||||
}
|
||||
|
||||
void FrequencyManagerView::on_new_category(NavigationView& nav) {
|
||||
text_prompt(nav, desc_buffer, 8, [this](std::string& buffer) {
|
||||
text_prompt(nav, desc_buffer, 12, [this](std::string& buffer) {
|
||||
File freqman_file;
|
||||
create_freqman_file(buffer, freqman_file);
|
||||
});
|
||||
|
@ -64,7 +64,7 @@ protected:
|
||||
|
||||
OptionsField options_category {
|
||||
{ 9 * 8, 4 },
|
||||
8,
|
||||
12,
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user