mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:37:40 +02:00
headers and subheaders
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user