This commit is contained in:
ShrlAlgo
2025-08-20 12:10:35 +08:00
parent fcd306b0f7
commit 955a01f564
962 changed files with 7893 additions and 127784 deletions

View File

@@ -1,7 +1,7 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:controls="clr-namespace:NeumUI.Controls"
xmlns:ncd="clr-namespace:NeumUI.Controls.Decorations"
xmlns:controls="clr-namespace:NeoUI.Controls"
xmlns:ncd="clr-namespace:NeoUI.Controls.Decorations"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
@@ -22,7 +22,7 @@
<Setter.Value>
<ControlTemplate TargetType="{x:Type controls:Avatar}">
<Grid>
<ncd:EmbossBorder CornerRadius="{TemplateBinding CornerRadius}">
<ncd:EmbossBorder Margin="-4" CornerRadius="{TemplateBinding CornerRadius}">
<!--<Grid>
<Grid.OpacityMask>
<VisualBrush Visual="{Binding ElementName=ClipMask}" />
@@ -36,7 +36,7 @@
CornerRadius="{TemplateBinding CornerRadius}" />
</Grid>-->
</ncd:EmbossBorder>
<ncd:SlotBorder
<ncd:SlotBorder Margin="-4"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"