mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 22:34:29 -04:00
Add color to position info lines in Notepad (#1902)
This commit is contained in:
parent
44c319dcc6
commit
b5ac792853
3 changed files with 12 additions and 0 deletions
|
@ -427,6 +427,9 @@ TextEditorView::TextEditorView(NavigationView& nav)
|
|||
&text_size,
|
||||
});
|
||||
|
||||
text_position.set_style(&Styles::bg_dark_blue);
|
||||
text_size.set_style(&Styles::bg_dark_blue);
|
||||
|
||||
viewer.set_font_zoom(enable_zoom);
|
||||
|
||||
viewer.on_select = [this]() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue