重命名控件库
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<ResourceDictionary
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:controls="clr-namespace:VariaStudio.Controls"
|
||||
xmlns:decorations="clr-namespace:VariaStudio.Controls.Decorations"
|
||||
xmlns:controls="clr-namespace:Melskin.Controls"
|
||||
xmlns:decorations="clr-namespace:Melskin.Controls.Decorations"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="/VariaStudio;Component/Themes/Animations.xaml" />
|
||||
<ResourceDictionary Source="/Melskin;Component/Themes/Animations.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
<!-- ListBoxItem 的样式保持不变,因为我们内部还是用 ListBox 来显示锚点 -->
|
||||
<Style TargetType="{x:Type ListBoxItem}" x:Key="SlotAnchorItemStyle">
|
||||
|
||||
Reference in New Issue
Block a user