Archived
0

- update paths layout

- add top routers
- add orders button
This commit is contained in:
iMoHax
2014-08-19 17:20:30 +04:00
parent 2604939f96
commit 14c2021e0c
16 changed files with 419 additions and 133 deletions

View File

@@ -11,7 +11,7 @@
<?import ru.trader.view.support.cells.DoubleCell?>
<HBox xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
fx:controller="ru.trader.controllers.OffersController">
<TitledPane text="Станции" minWidth="260" prefHeight="500" collapsible="false">
<TitledPane text="Станции" minWidth="250" prefHeight="510" collapsible="false">
<ListView fx:id="vendors" />
</TitledPane>