Skip to content

Commit 429dd50

Browse files
970731: MindMap exampe added
1 parent af00f6b commit 429dd50

File tree

1 file changed

+1
-1
lines changed
  • UG-Samples/Layout/MindmapOrientationRuntime/MindmapOrientationRuntime/Pages

1 file changed

+1
-1
lines changed

UG-Samples/Layout/MindmapOrientationRuntime/MindmapOrientationRuntime/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{
7272
if (obj is not Node node)
7373
return;
74-
// Apply default node styling
74+
// Apply default node styling.
7575
node.Height = 100;
7676
node.Width = 100;
7777
node.BackgroundColor = "#6BA5D7";

0 commit comments

Comments
 (0)