GraphiteEditor/Graphite

Text alignment should work without an explicit max-width

Ouverte

#4 011 ouverte le 6 avr. 2026

 (5 commentaires) (0 réaction) (0 personne assignée)Rust (1 176 forks)batch import
Good First Issue

Métriques du dépôt

Stars
 (25 662 étoiles)
Métriques de merge PR
 (Merge moyen 6j 9h) (65 PRs mergées en 30 j)

Description

Currently, the Text node's "Align" parameter (Left/Center/Right/Justify) has no effect, and left alignment occurs regardless of the setting, when the "Max Width" setting is not active. It should use its own bounding box across all rows of text as the basis for centered and right-aligned justification.

Guide contributeur