fix: add missing keyboard metrics to Lyra3CoversTheme (#1101)

Fix for keyboard. Issue #1100
This commit is contained in:
Dexif
2026-02-23 04:12:22 +02:00
committed by GitHub
parent 63002d464b
commit 6dc993852b

View File

@@ -30,7 +30,12 @@ constexpr ThemeMetrics values = {.batteryWidth = 16,
.buttonHintsHeight = 40,
.sideButtonHintsWidth = 30,
.progressBarHeight = 16,
.bookProgressBarHeight = 4};
.bookProgressBarHeight = 4,
.keyboardKeyWidth = 31,
.keyboardKeyHeight = 50,
.keyboardKeySpacing = 0,
.keyboardBottomAligned = true,
.keyboardCenteredText = true};
}
class Lyra3CoversTheme : public LyraTheme {