mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-26 09:29:03 +00:00
Prepare for display orientation part 1 (#2661)
This commit is contained in:
@@ -55,7 +55,7 @@ SpectrumPainterView::SpectrumPainterView(
|
||||
&field_pause,
|
||||
});
|
||||
|
||||
Rect view_rect = {0, 3 * 8, 240, 80};
|
||||
Rect view_rect = {0, 3 * 8, screen_width, 80};
|
||||
input_image.set_parent_rect(view_rect);
|
||||
input_text.set_parent_rect(view_rect);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user