整理
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user