changed tab order
This commit is contained in:
parent
0697eca5d9
commit
10319aac16
|
|
@ -9,15 +9,15 @@
|
||||||
<children>
|
<children>
|
||||||
<TabPane fx:id="tabs" tabClosingPolicy="UNAVAILABLE">
|
<TabPane fx:id="tabs" tabClosingPolicy="UNAVAILABLE">
|
||||||
<tabs>
|
<tabs>
|
||||||
<Tab onSelectionChanged="#getTab" text="Edit">
|
|
||||||
<content>
|
|
||||||
<AnchorPane fx:id="editTab" />
|
|
||||||
</content></Tab>
|
|
||||||
<Tab onSelectionChanged="#getTab" text="View">
|
<Tab onSelectionChanged="#getTab" text="View">
|
||||||
<content>
|
<content>
|
||||||
<AnchorPane fx:id="viewTab" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="-Infinity" minWidth="-Infinity" />
|
<AnchorPane fx:id="viewTab" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="-Infinity" minWidth="-Infinity" />
|
||||||
</content>
|
</content>
|
||||||
</Tab>
|
</Tab>
|
||||||
|
<Tab onSelectionChanged="#getTab" text="Edit">
|
||||||
|
<content>
|
||||||
|
<AnchorPane fx:id="editTab" />
|
||||||
|
</content></Tab>
|
||||||
<Tab onSelectionChanged="#getTab" text="Report">
|
<Tab onSelectionChanged="#getTab" text="Report">
|
||||||
<content>
|
<content>
|
||||||
<AnchorPane fx:id="reportTab" />
|
<AnchorPane fx:id="reportTab" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue