Move battery status on home screen to top left (#253)

So it doesn't look so lost on a row on its own.

Also sligthly (1px) moved symbol in on reader view.
This commit is contained in:
Jonas Diemer
2026-01-09 08:57:50 +11:00
committed by GitHub
parent 1c21fd9e22
commit 628669d30d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -437,7 +437,7 @@ void EpubReaderActivity::renderStatusBar(const int orientedMarginRight, const in
}
if (showBattery) {
ScreenComponents::drawBattery(renderer, orientedMarginLeft, textY);
ScreenComponents::drawBattery(renderer, orientedMarginLeft + 1, textY);
}
if (showChapterTitle) {