mirror of
https://github.com/DanilaFe/abacus
synced 2024-12-24 08:12:39 -08:00
Resize table columns.
This commit is contained in:
parent
942326f6f7
commit
012b57b23f
|
@ -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"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user