Add font size theme support & improve theme system
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Filtration.ThemeEditor.ViewModels
|
||||
{
|
||||
public class IntegerThemeComponentViewModel : ThemeComponentViewModel
|
||||
{
|
||||
public int Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user