Revise theme support
This commit is contained in:
parent
7ba684ef8d
commit
ee936efb8a
57 changed files with 1562 additions and 458 deletions
|
|
@ -878,10 +878,7 @@ namespace MatterControl.Tests.MatterControl
|
|||
{
|
||||
this.BackgroundColor = new Color(56, 56, 56);
|
||||
|
||||
Theme = new ThemeConfig()
|
||||
{
|
||||
Colors = ActiveTheme.Instance
|
||||
};
|
||||
Theme = new ThemeConfig();
|
||||
|
||||
this.Padding = new BorderDouble(left: 120, bottom: 10, right: 10, top: 10);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue