fix: replace FS_LINE_H with lineH variable in FullscreenMsgView arrow background

FS_LINE_H was removed when adopting dynamic font-adaptive layout.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jakub
2026-05-17 23:10:05 +02:00
parent c00aa66f15
commit dbda484f2b

View File

@@ -64,7 +64,7 @@ struct FullscreenMsgView {
}
if (scroll > 0) {
display.setColor(DisplayDriver::DARK);
display.fillRect(display.width() - 6, FS_START_Y, 6, FS_LINE_H);
display.fillRect(display.width() - 6, FS_START_Y, 6, lineH);
display.setColor(DisplayDriver::LIGHT);
display.setCursor(display.width() - 6, FS_START_Y);
display.print("^");