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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 65 additions and 65 deletions

View file

@ -122,10 +122,10 @@ class POCSAGTXView : public View {
}};
Text text_message{
{0 * 8, 16 * 8, 30 * 8, 16},
{0 * 8, 16 * 8, screen_width, 16},
""};
Text text_message_l2{
{0 * 8, 18 * 8, 30 * 8, 16},
{0 * 8, 18 * 8, screen_width, 16},
""};
Button button_message{