Cleanup
This commit is contained in:
@@ -121,6 +121,7 @@ public class TechTreeDialog extends FloatingDialog{
|
|||||||
node.children = leftHalf;
|
node.children = leftHalf;
|
||||||
new BranchTreeLayout(){{
|
new BranchTreeLayout(){{
|
||||||
gapBetweenLevels = gapBetweenNodes = spacing;
|
gapBetweenLevels = gapBetweenNodes = spacing;
|
||||||
|
rootLocation = TreeLocation.top;
|
||||||
}}.layout(node);
|
}}.layout(node);
|
||||||
node.children = rightHalf;
|
node.children = rightHalf;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user