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,9 +1,9 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:assists="clr-namespace:NeumUI.Assists"
xmlns:controls="clr-namespace:NeumUI.Controls"
xmlns:conv="clr-namespace:NeumUI.Converters"
xmlns:svd="clr-namespace:NeumUI.Controls.Decorations"
xmlns:assists="clr-namespace:NeoUI.Assists"
xmlns:controls="clr-namespace:NeoUI.Controls"
xmlns:conv="clr-namespace:NeoUI.Converters"
xmlns:svd="clr-namespace:NeoUI.Controls.Decorations"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!--<ResourceDictionary.MergedDictionaries>
@@ -155,7 +155,7 @@
Visibility="Collapsed"
x:Name="PART_TextBox" />
<!-- 清空按钮 -->
<controls:SymbolIcon
<controls:IconElement
Grid.Column="2"
Style="{DynamicResource ToolIcon}"
Symbol="Close"
@@ -178,7 +178,7 @@
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<controls:SymbolIcon
<controls:IconElement
Style="{DynamicResource ToolIcon}"
Symbol="Password2Off"
x:Name="Icon" />