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,8 +1,8 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:assists="clr-namespace:NeumUI.Assists"
xmlns:controls="clr-namespace:NeumUI.Controls"
xmlns:svd="clr-namespace:NeumUI.Controls.Decorations"
xmlns:assists="clr-namespace:NeoUI.Assists"
xmlns:controls="clr-namespace:NeoUI.Controls"
xmlns:svd="clr-namespace:NeoUI.Controls.Decorations"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!--<ResourceDictionary.MergedDictionaries>
-->
@@ -87,7 +87,7 @@
Foreground="{TemplateBinding Foreground}"
Margin="5,0,0,0"
Name="PlaceholderTextBlock"
Text="{TemplateBinding PlaceholderText}"
Text="{TemplateBinding Placeholder}"
VerticalAlignment="Center"
Visibility="Collapsed" />
<ScrollViewer