uqbar-project / arena

MMVC framework
http://arena.uqbar-project.org/
4 stars 2 forks source link

Text/numbers cannot be aligned on Labels, Columns and other components #40

Closed eschafir closed 7 years ago

eschafir commented 7 years ago

Actually is not possible to align text or numbers on different components such as:

fdodino commented 7 years ago

Got it @eschafir !

image

        new Column<Persona>(tbl)
          .setTitle("Edad")
          .setFixedSize(50)
          .alignRight()
          .bindContentsToProperty("edad");

Also default NumericField behavior is right aligned:

image

Now you can alignLeft, right or center Button, Column or Labels, and align right or left texts. Coming soon in Arena 3.6.2!