描述修改

This commit is contained in:
艾竹
2023-02-12 11:07:21 +08:00
parent 98392f377b
commit da2d8cd9b3
7 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ namespace AIStudio.Wpf.DiagramDesigner.Demo.ViewModels.Groups
public CustomDefinedGroupViewModel()
{
Title = "Grouping";
Info = "You can (un)group nodes using CTRL+ALT+G.<br>" +
Info = "You can (un)group nodes using CTRL+G.<br>" +
"Currently, the library doesn't handle nested groups yet nor ports.";
DiagramViewModel = new DiagramViewModel();