tibia-client/data/styles/20-tables.otui

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