[RTL] Improve vertical padding.

This commit is contained in:
Pāvels Nadtočajevs 2025-03-27 08:51:21 +02:00
parent 594d64ec24
commit a2919f8127
No known key found for this signature in database
GPG key ID: 8413210218EF35D2
2 changed files with 29 additions and 8 deletions

View file

@ -351,6 +351,7 @@ private:
LocalVector<Column> columns;
LocalVector<float> rows;
LocalVector<float> rows_no_padding;
LocalVector<float> rows_baseline;
int align_to_row = -1;