screen max width fixes (#2663)

* max width fixes

* format
This commit is contained in:
Totoo
2025-05-23 08:42:19 +02:00
committed by GitHub
parent c80cae3638
commit ac31f4781c
33 changed files with 65 additions and 65 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ TransmitterView::TransmitterView(
const uint32_t channel_bandwidth,
const bool lock)
: lock_{lock} {
set_parent_rect({0, y, 30 * 8, 6 * 8});
set_parent_rect({0, y, screen_width, 6 * 8});
add_children({
&field_frequency,