change default text align and fix scroll drawing

This commit is contained in:
2025-11-21 13:31:49 -05:00
parent 5785352ac0
commit c428de8fd5
3 changed files with 5 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ impl Default for TextAttrs {
line_height: size * 1.2,
family: Family::SansSerif,
wrap: false,
align: Align::CENTER,
align: Align::CENTER_LEFT,
}
}
}