Eduardo Bart d85dd3e20f Normalize source code
Add .gitattributes
Remove trailing whitespaces
2012-07-28 02:07:57 -03:00

26 lines
454 B
Plaintext

Table < UITable
layout: verticalBox
header-column-style: HeaderTableColumn
header-row-style: HeaderTableRow
column-style: TableColumn
row-style: TableRow
TableData < UIScrollArea
layout: verticalBox
TableRow < Label
layout: horizontalBox
height: 10
text-wrap: true
TableColumn < Label
width: 30
text-wrap: true
TableHeaderRow < Label
layout: horizontalBox
height: 10
text-wrap: true
TableHeaderColumn < Button
width: 30