新增主题颜色设置,可设置浅色,暗色,已经其他色调。

This commit is contained in:
dathlin
2017-07-16 09:35:29 +08:00
parent 0eec231a9f
commit 1798018edd
8 changed files with 126 additions and 9 deletions

View File

@@ -667,7 +667,7 @@ namespace 软件系统客户端Wpf
UIControl_Home = new UserHome();
all_main_render.Add(UIControl_Home);
UIControl_Palette = new UserPaletteSelector();
UIControl_Palette = new UserPaletteSelector() { DataContext = new PaletteSelectorViewModel() };
all_main_render.Add(UIControl_Palette);