fix: fix merge issue.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Nullable>enable</Nullable>
|
||||
<AvaloniaVersion>11.2.0-rc1</AvaloniaVersion>
|
||||
<AvaloniaVersion>11.2.0</AvaloniaVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.6.0</Version>
|
||||
<AvaloniaVersion>11.2.0</AvaloniaVersion>
|
||||
<Version>1.5.0</Version>
|
||||
<AvaloniaVersion>11.1.4</AvaloniaVersion>
|
||||
<Authors>IRIHI Technology Co., Ltd.</Authors>
|
||||
<RepositoryUrl>https://github.com/irihitech/Ursa.Avalonia</RepositoryUrl>
|
||||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||
|
||||
@@ -9,28 +9,16 @@
|
||||
</Design.PreviewWith>
|
||||
<!-- Add Resources Here -->
|
||||
<ControlTheme x:Key="DividerLeftLine" TargetType="{x:Type Rectangle}">
|
||||
<Setter Property="Fill" Value="{DynamicResource DividerBorderBrush}" />
|
||||
<Setter Property="Height" Value="{DynamicResource SizeDividerWidth}" />
|
||||
<Setter Property="MinWidth" Value="{DynamicResource SizeDividerLeftMinWidth}" />
|
||||
<Setter Property="Rectangle.Fill" Value="{DynamicResource DividerBorderBrush}" />
|
||||
<Setter Property="Rectangle.Height" Value="{DynamicResource SizeDividerWidth}" />
|
||||
<Setter Property="Rectangle.MinWidth" Value="{DynamicResource SizeDividerLeftMinWidth}" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
</ControlTheme>
|
||||
|
||||
<ControlTheme x:Key="DividerRightLine" TargetType="{x:Type Rectangle}">
|
||||
<Setter Property="Fill" Value="{DynamicResource DividerBorderBrush}" />
|
||||
<Setter Property="Height" Value="{DynamicResource SizeDividerWidth}" />
|
||||
<Setter Property="MinWidth" Value="{DynamicResource SizeDividerRightMinWidth}" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
</ControlTheme>
|
||||
|
||||
<ControlTheme x:Key="DividerContentPresenter" TargetType="{x:Type ContentPresenter}">
|
||||
<Setter Property="Content" Value="{TemplateBinding Content}" />
|
||||
<Setter Property="Background" Value="{TemplateBinding Background}" />
|
||||
<Setter Property="Foreground" Value="{TemplateBinding Foreground}" />
|
||||
<Setter Property="ContentTemplate" Value="{TemplateBinding ContentTemplate}" />
|
||||
<Setter Property="FontFamily" Value="{TemplateBinding FontFamily}" />
|
||||
<Setter Property="FontWeight" Value="{TemplateBinding FontWeight}" />
|
||||
<Setter Property="FontSize" Value="{TemplateBinding FontSize}" />
|
||||
<Setter Property="Margin" Value="{DynamicResource ThicknessDividerTextMargin}" />
|
||||
<Setter Property="Rectangle.Fill" Value="{DynamicResource DividerBorderBrush}" />
|
||||
<Setter Property="Rectangle.Height" Value="{DynamicResource SizeDividerWidth}" />
|
||||
<Setter Property="Rectangle.MinWidth" Value="{DynamicResource SizeDividerRightMinWidth}" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
</ControlTheme>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user