implement illegal commodity visualisation
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
<panes>
|
||||
<TitledPane fx:id="paneSells" animated="false" text="%offers.pane.sell">
|
||||
<TableView fx:id="tblSell" editable="true">
|
||||
<rowFactory><OfferDecoratedRow /></rowFactory>
|
||||
<columns>
|
||||
<TableColumn minWidth="230.0" text="%market.item.name">
|
||||
<cellValueFactory><PropertyValueFactory property="name"/></cellValueFactory>
|
||||
@@ -115,6 +116,7 @@
|
||||
</TitledPane>
|
||||
<TitledPane animated="false" text="%offers.pane.buy">
|
||||
<TableView fx:id="tblBuy" editable="true">
|
||||
<rowFactory><OfferDecoratedRow /></rowFactory>
|
||||
<columns>
|
||||
<TableColumn minWidth="230.0" text="%market.item.name">
|
||||
<cellValueFactory><PropertyValueFactory property="name"/></cellValueFactory>
|
||||
|
||||
Reference in New Issue
Block a user