命名调整
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Themes/Theme.xaml" />
|
||||
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/Window.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/AntWindow.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/MaterialWindow.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/Alert.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/AntIcon.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/Avatar.xaml" />
|
||||
@@ -39,7 +38,7 @@
|
||||
<ResourceDictionary Source="pack://application:,,,/AntdWpf;component/Styles/CodeBox.xaml" />
|
||||
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
<Style BasedOn="{StaticResource Antd.ContentControl}" TargetType="{x:Type controls:ContentControl}" />
|
||||
<Style BasedOn="{StaticResource Antd.ContentControl}" TargetType="{x:Type controls:AntdContentControl}" />
|
||||
<Style BasedOn="{StaticResource Antd.ThumbContentControl}" TargetType="{x:Type controls:ThumbContentControl}" />
|
||||
<!--Default style for ant design-->
|
||||
<!--<Style BasedOn="{StaticResource Antd.CodeBox}" TargetType="controls:CodeBox" />-->
|
||||
|
||||
Reference in New Issue
Block a user