mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Simplification
This commit is contained in:
@@ -2155,7 +2155,7 @@ public class HtmlHelper {
|
||||
String number = index + ".";
|
||||
textWidth = p.measureText(number);
|
||||
|
||||
c.drawText(number, x, bottom - p.descent(), p);
|
||||
c.drawText(number, x, baseline, p);
|
||||
|
||||
p.setStyle(ostyle);
|
||||
p.setColor(ocolor);
|
||||
|
||||
Reference in New Issue
Block a user