Re: [Pharo-users] TextAlignment in Spec

2017-02-18 Thread stepharong
Tx Pau Hello Is possible to do alignment in list? in Label? especially in multilist TextEmphasis work correctly but TextAlignment not May be this is a bug I'm not sure that it is related to Spec. " |c| c := OrderedCollection new. 10 timesRepeat: [c add: (Text string: 'a' attribute:

[Pharo-users] TextAlignment in Spec

2017-02-17 Thread Pau Guillot
Hello Is possible to do alignment in list? in Label? especially in multilist TextEmphasis work correctly but TextAlignment not " |c| c := OrderedCollection new. 10 timesRepeat: [c add: (Text string: 'a' attribute: TextAlignment centered)]. (ListModel new items: c) openWithSpec. " " |c| c :=