Archived
0

fix dialogs pane background

This commit is contained in:
iMoHax
2014-07-25 15:42:40 +04:00
parent 9a7d965a3c
commit a4e3eaadf7
5 changed files with 42 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<?import ru.trader.view.support.cells.OfferCellValueImpl?>
<?import ru.trader.view.support.cells.OfferTableCell?>
<HBox xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="ru.trader.controllers.OrdersController">
fx:controller="ru.trader.controllers.OrdersController" styleClass="dialog">
<TableView fx:id="tblOrders" editable="true">
<columns>
<TableColumn minWidth="200.0" prefWidth="200.0" text="Товар">