headers and subheaders

This commit is contained in:
minenice55
2022-09-03 22:29:50 -04:00
parent 7084d96cc1
commit cb2b5707e9
3 changed files with 432 additions and 26 deletions

View File

@ -66,13 +66,13 @@ namespace HeavenStudio.Editor
{
infoContainer.AddDivider(this);
}
else if (property.tag == "heading")
else if (property.tag == "header")
{
infoContainer.AddDivider(this);
infoContainer.AddHeader(this, property.label);
}
else if (property.tag == "subheading")
else if (property.tag == "subheader")
{
infoContainer.AddDivider(this);
infoContainer.AddSubHeader(this, property.label);
}
else
{