Archived
0

change items and routers layouts

This commit is contained in:
iMoHax
2014-07-25 16:01:27 +04:00
parent a4e3eaadf7
commit 5eb71f86eb
2 changed files with 15 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
<VBox xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="ru.trader.controllers.ItemsController">
<TableView fx:id="tblItems" editable="true" VBox.vgrow="ALWAYS">
<TableView fx:id="tblItems" editable="true" VBox.vgrow="ALWAYS" prefWidth="1095.0">
<columns>
<TableColumn editable="true" minWidth="200.0" prefWidth="200.0" text="Товар">
<cellValueFactory><PropertyValueFactory property="name"/></cellValueFactory>