When the graph's device event log is expanded to fullscreen, the log text still appears cut off / wrapped as though the panel were at its small windowed width, instead of taking advantage of the extra fullscreen space.
Likely in src/hatty/ui/graph/preview_screen.py / fullscreen.py — the log widget's width/wrap settings probably need to respond to the fullscreen layout.
When the graph's device event log is expanded to fullscreen, the log text still appears cut off / wrapped as though the panel were at its small windowed width, instead of taking advantage of the extra fullscreen space.
Likely in
src/hatty/ui/graph/preview_screen.py/fullscreen.py— the log widget's width/wrap settings probably need to respond to the fullscreen layout.