fix: add missing keyboard metrics to Lyra3CoversTheme (#1101)
Fix for keyboard. Issue #1100
This commit is contained in:
@@ -30,7 +30,12 @@ constexpr ThemeMetrics values = {.batteryWidth = 16,
|
|||||||
.buttonHintsHeight = 40,
|
.buttonHintsHeight = 40,
|
||||||
.sideButtonHintsWidth = 30,
|
.sideButtonHintsWidth = 30,
|
||||||
.progressBarHeight = 16,
|
.progressBarHeight = 16,
|
||||||
.bookProgressBarHeight = 4};
|
.bookProgressBarHeight = 4,
|
||||||
|
.keyboardKeyWidth = 31,
|
||||||
|
.keyboardKeyHeight = 50,
|
||||||
|
.keyboardKeySpacing = 0,
|
||||||
|
.keyboardBottomAligned = true,
|
||||||
|
.keyboardCenteredText = true};
|
||||||
}
|
}
|
||||||
|
|
||||||
class Lyra3CoversTheme : public LyraTheme {
|
class Lyra3CoversTheme : public LyraTheme {
|
||||||
|
|||||||
Reference in New Issue
Block a user