This commit is contained in:
Oystein 2021-02-16 13:46:48 +01:00
parent 590f9fadc0
commit 23d002b5a3
1 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,8 @@
<?import javafx.scene.control.TreeView?>
<TreeView layoutY="28.0" prefHeight="329.0" prefWidth="132.0" />
<ScrollPane>
<content>
<TreeView layoutY="28.0" prefHeight="329.0" prefWidth="132.0" />
</content>
</ScrollPane>