整理代码
This commit is contained in:
@@ -10,16 +10,14 @@
|
||||
xmlns:n="https://github.com/ShrlAlgo/NeoUI"
|
||||
Title="模型检查"
|
||||
Width="600"
|
||||
MinHeight="500"
|
||||
Height="500"
|
||||
d:DataContext="{d:DesignInstance modelManager:ModelCheckViewModel}"
|
||||
Icon="{DynamicResource RevitIcon}"
|
||||
mc:Ignorable="d">
|
||||
<Window.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="pack://application:,,,/ShrlAlgoToolkit.RevitAddins;component/WPFUI.xaml" />
|
||||
<!--<ResourceDictionary Source="pack://application:,,,/NeoUI;component/Themes/Light.xaml" />
|
||||
<ResourceDictionary Source="pack://application:,,,/NeoUI;component/Themes/ColorPalette/LightBlue.xaml"/>
|
||||
<ResourceDictionary Source="pack://application:,,,/NeoUI;component/Themes/Styles.xaml" />-->
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
<Style x:Key="GroupHeaderStyle" TargetType="{x:Type GroupItem}">
|
||||
<Setter Property="Template">
|
||||
|
||||
Reference in New Issue
Block a user