added filter button
This commit is contained in:
parent
6401a75e0e
commit
5cdef751af
|
|
@ -151,12 +151,18 @@
|
|||
</content>
|
||||
</Tab>
|
||||
<Tab onSelectionChanged="#loadView" text="View">
|
||||
<content>
|
||||
<AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="180.0" prefWidth="200.0">
|
||||
<content>
|
||||
<VBox prefHeight="200.0" prefWidth="100.0">
|
||||
<children>
|
||||
<TableView fx:id="competitorTable" prefHeight="371.0" prefWidth="600.0" />
|
||||
</children></AnchorPane>
|
||||
</content>
|
||||
<Button fx:id="filterButton" mnemonicParsing="false" text="Filters">
|
||||
<VBox.margin>
|
||||
<Insets top="15.0" />
|
||||
</VBox.margin>
|
||||
</Button>
|
||||
</children>
|
||||
</VBox>
|
||||
</content>
|
||||
</Tab>
|
||||
<Tab text="Report">
|
||||
<content>
|
||||
|
|
|
|||
Loading…
Reference in New Issue