changed tab order

This commit is contained in:
Joshua Perry 2023-02-03 19:06:18 +00:00
parent 0697eca5d9
commit 10319aac16
1 changed files with 4 additions and 4 deletions

View File

@ -9,15 +9,15 @@
<children>
<TabPane fx:id="tabs" tabClosingPolicy="UNAVAILABLE">
<tabs>
<Tab onSelectionChanged="#getTab" text="Edit">
<content>
<AnchorPane fx:id="editTab" />
</content></Tab>
<Tab onSelectionChanged="#getTab" text="View">
<content>
<AnchorPane fx:id="viewTab" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="-Infinity" minWidth="-Infinity" />
</content>
</Tab>
<Tab onSelectionChanged="#getTab" text="Edit">
<content>
<AnchorPane fx:id="editTab" />
</content></Tab>
<Tab onSelectionChanged="#getTab" text="Report">
<content>
<AnchorPane fx:id="reportTab" />