整理
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:familyLibrary="clr-namespace:ShrlAlgoToolkit.RevitAddins.RvFamily.FamilyLibrary"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
|
||||
xmlns:ui="https://github.com/ShrlAlgo/NeoUI"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<!--<materialDesign:BundledTheme
|
||||
@@ -54,28 +54,19 @@
|
||||
</ObjectDataProvider>-->
|
||||
|
||||
<!--#region Converters-->
|
||||
<ui:BooleanToVisConverter x:Key="BooleanToVisConverter" />
|
||||
<ui:InvertBooleanConverter x:Key="InvertBooleanConverter" />
|
||||
<converters:ColorToBrushConverter x:Key="ColorToBrushConverter" />
|
||||
<converters:ComparisonConverter x:Key="ComparisonConverter" />
|
||||
<!--#endregion-->
|
||||
|
||||
<Style BasedOn="{StaticResource DefaultDataGridColumnHeaderStyle}" TargetType="DataGridColumnHeader">
|
||||
<Setter Property="HorizontalContentAlignment" Value="Center" />
|
||||
</Style>
|
||||
<Style BasedOn="{StaticResource DefaultRadioButtonStyle}" TargetType="RadioButton">
|
||||
<Setter Property="MinWidth" Value="5" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
<Setter Property="HorizontalContentAlignment" Value="Left" />
|
||||
</Style>
|
||||
<Style BasedOn="{StaticResource DefaultFluentWindowExStyle}" TargetType="ui:FluentWindowEx">
|
||||
|
||||
<Style TargetType="ui:NeoWindow">
|
||||
<!-- <Setter Property="ui:Design.Background" Value="{DynamicResource WindowBackground}" /> -->
|
||||
<!-- <Setter Property="ui:Design.Foreground" Value="{DynamicResource WindowForeground}" /> -->
|
||||
<Setter Property="FontFamily" Value="{StaticResource SourceHanSansSC}" />
|
||||
<Setter Property="SizeToContent" Value="Height" />
|
||||
<Setter Property="ShowInTaskbar" Value="False" />
|
||||
<Setter Property="MaxHeight" Value="800" />
|
||||
<Setter Property="TitleIcon" Value="{ui:SymbolIcon Toolbox20}" />
|
||||
<!--<Setter Property="TitleIcon" Value="{ui:SymbolIcon Toolbox20}" />-->
|
||||
<!--<Setter Property="TitleIcon" Value="{ui:ImageIcon Resources/revit-Fill.png}" />-->
|
||||
</Style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user