Fixed sizing of main tab view
This commit is contained in:
parent
8507221f44
commit
074f7b0a53
@ -83,8 +83,9 @@
|
||||
</Menu>
|
||||
</menus>
|
||||
</MenuBar>
|
||||
<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">
|
||||
<AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS">
|
||||
<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>
|
||||
<Tab text="Overview">
|
||||
<content>
|
||||
@ -124,5 +125,6 @@
|
||||
</Tab>
|
||||
</tabs>
|
||||
</TabPane>
|
||||
</children></AnchorPane>
|
||||
</children>
|
||||
</VBox>
|
||||
|
Loading…
Reference in New Issue
Block a user