Move FileTree component

This commit is contained in:
2021-02-17 21:16:34 +01:00
parent 4c1c475520
commit 8dfcaa36ec
2 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.TreeView?>
<ScrollPane>
<content>
<TreeView layoutY="28.0" prefHeight="329.0" prefWidth="132.0" />
</content>
</ScrollPane>