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