Minor fix to graph widget

This commit is contained in:
Luke D. Jones
2024-03-12 22:06:56 +13:00
parent 5fd107df27
commit 69458a0595
3 changed files with 20 additions and 19 deletions

View File

@@ -38,11 +38,16 @@ export component PageFans inherits VerticalLayout {
y: 150px,
},
];
Text {
text: "WORK IN PROGRESS";
}
HorizontalLayout {
Graph {
// width: root.preferred-width;
// height: root.preferred-height;
nodes <=> root.nodes;
}
}
}