Fixed sizing of main tab view

This commit is contained in:
Gregory Ballantine 2023-01-18 11:26:58 -05:00
parent 8507221f44
commit 074f7b0a53

View File

@ -83,8 +83,9 @@
</Menu> </Menu>
</menus> </menus>
</MenuBar> </MenuBar>
<AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS" /> <AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS">
<TabPane prefHeight="376.0" prefWidth="640.0" tabClosingPolicy="UNAVAILABLE"> <children>
<TabPane prefHeight="376.0" prefWidth="640.0" tabClosingPolicy="UNAVAILABLE" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
<tabs> <tabs>
<Tab text="Overview"> <Tab text="Overview">
<content> <content>
@ -124,5 +125,6 @@
</Tab> </Tab>
</tabs> </tabs>
</TabPane> </TabPane>
</children></AnchorPane>
</children> </children>
</VBox> </VBox>