Comments: tweak header and content spacing

This commit is contained in:
Yuriy Liskov
2026-03-09 04:43:15 +02:00
parent 6a6b9c2165
commit 6ec048528d

View File

@@ -583,7 +583,7 @@ public class Utils {
if (string == null || string.length() == 0) return string;
SpannableString spannable = new SpannableString(string);
final int extra = 5; // extra pixels between lines
final int extra = 10; // extra pixels between lines
// Apply LineHeightSpan to the entire text
spannable.setSpan((LineHeightSpan) (text, start, end, vstart, v, fm) -> {