Add font size theme support & improve theme system
This commit is contained in:
@@ -31,6 +31,10 @@ namespace Filtration.ThemeEditor.Converters
|
||||
{
|
||||
return "Background Color Theme Components";
|
||||
}
|
||||
case "Font Size":
|
||||
{
|
||||
return "Font Size Theme Components";
|
||||
}
|
||||
}
|
||||
|
||||
return type.GetAttributeDescription();
|
||||
|
||||
Reference in New Issue
Block a user