客户端的颜色配置存储在了本地,客户端下次运行将直接恢复之前的颜色设置。

This commit is contained in:
dathlin
2017-07-17 14:50:55 +08:00
parent d612709e65
commit f6ded5b1ef
3 changed files with 21 additions and 1 deletions

View File

@@ -82,7 +82,7 @@
</DataTemplate>
</UserControl.Resources>
<DockPanel>
<wpf:Card DockPanel.Dock="Top" Margin="2">
<wpf:Card DockPanel.Dock="Top" Margin="2,0,2,0">
<DockPanel>
<local:Palette DockPanel.Dock="Left" Width="200" />
<TextBlock Margin="16" TextWrapping="Wrap" VerticalAlignment="Center">这是你当前的主题配色可以在app.xaml中进行配置和初始化