Allow 5 preview lines

This commit is contained in:
M66B
2021-02-11 16:24:32 +01:00
parent abc8c6ac4e
commit 00487655db
5 changed files with 27 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ import static androidx.core.text.HtmlCompat.TO_HTML_PARAGRAPH_LINES_INDIVIDUAL;
import static org.w3c.css.sac.Condition.SAC_CLASS_CONDITION;
public class HtmlHelper {
private static final int PREVIEW_SIZE = 500; // characters
static final int PREVIEW_SIZE = 500; // characters
private static final int DEFAULT_FONT_SIZE = 16; // pixels
private static final int DEFAULT_FONT_SIZE_PT = 12; // points