This commit is contained in:
Dave Allie 2026-01-21 23:06:02 +11:00
parent 86cd04f855
commit dc030e025d
No known key found for this signature in database
GPG Key ID: F2FDDB3AD8D0276F

View File

@ -479,7 +479,8 @@ void EpubReaderActivity::renderStatusBar(const int orientedMarginRight, const in
}
}
renderer.drawText(SMALL_FONT_ID, titleMarginLeftAdjusted + orientedMarginLeft + (availableTitleSpace - titleWidth) / 2, textY,
renderer.drawText(SMALL_FONT_ID,
titleMarginLeftAdjusted + orientedMarginLeft + (availableTitleSpace - titleWidth) / 2, textY,
title.c_str());
}
}