mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-24 23:18:14 +00:00
Prepare for display orientation part 1 (#2661)
This commit is contained in:
@@ -56,7 +56,7 @@ class PlaylistEditorView : public View {
|
||||
"New"};
|
||||
|
||||
Text text_current_ppl_file{
|
||||
{sizeof("PPL file:") * 8, 0 * 16, screen_width - sizeof("PPL file:") * 8, 16},
|
||||
{sizeof("PPL file:") * 8, 0 * 16, screen_width - (int)sizeof("PPL file:") * 8, 16},
|
||||
""};
|
||||
|
||||
MenuView menu_view{};
|
||||
|
Reference in New Issue
Block a user