pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
62 stars 63 forks source link

Table columns only have left-alignment #992

Open tinchodias opened 3 years ago

tinchodias commented 3 years ago

If we could right-justify a column, we would create better UIs. Example of a use for this feature:

Screen Shot 2020-12-02 at 18 07 44

(the date)

I think that centered columns would be nice too.

tinchodias commented 3 years ago

Another possible use of right-justification is to display key-value strings like this panel in Iceberg.

Screen Shot 2021-01-04 at 12 43 57
astares commented 3 years ago

Without knowing current implementation details: we should possibly think on both: vertical and horizontal alignments. Beside left-center-right for columns we might also need top-middle-bottom for rows in the future (if thats not already possible).