1
0
mirror of https://github.com/DanilaFe/abacus synced 2024-06-28 21:56:23 -07:00

Resize table columns.

This commit is contained in:
Danila Fedorin 2017-08-01 09:25:13 -07:00
parent 05d0755526
commit 0a97eeb442

View File

@ -14,6 +14,9 @@
<BorderPane> <BorderPane>
<center> <center>
<TableView fx:id="historyTable"> <TableView fx:id="historyTable">
<columnResizePolicy>
<TableView fx:constant="CONSTRAINED_RESIZE_POLICY"/>
</columnResizePolicy>
<columns> <columns>
<TableColumn fx:id="inputColumn" text="Input" sortable="false"/> <TableColumn fx:id="inputColumn" text="Input" sortable="false"/>
<TableColumn fx:id="parsedColumn" text="Parsed" sortable="false"/> <TableColumn fx:id="parsedColumn" text="Parsed" sortable="false"/>