mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Attempting to align the numbers on the same column was a fool's errand. Our default UI font is not monospaced, to begin with, and to do it right, we'd need to align the rightmost number, not the leftmost ;). i.e., T() would need to have much fancier justification capabilities ;). Or, err, *any* text justification features, really ^^.