Doom UI improvements for dynamic screen (#2812)

* Doom dynamic screen and other improvements

Doom dynamic screen and other improvements

* Res divider fix for big screens

* Format code
This commit is contained in:
RocketGod 2025-10-09 13:54:54 -07:00 committed by GitHub
parent 477d035dce
commit 193ac73b34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 63 additions and 24 deletions

View file

@ -70,7 +70,7 @@ class DoomView : public View {
private:
NavigationView& nav_;
Button dummy{{screen_width, 0, 0, 0}, ""};
Button dummy{{0, 0, 0, 0}, ""};
bool initialized{false};
bool prev_velocity_moving{false};
MessageHandlerRegistration message_handler_frame_sync{