Magnus Lindhe
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/Avalonia.Themes.Simple/Controls/TextBox.xaml
|
|
|
@ -134,6 +134,8 @@ |
|
|
|
VerticalScrollBarVisibility="{TemplateBinding (ScrollViewer.VerticalScrollBarVisibility)}"> |
|
|
|
<Panel> |
|
|
|
<TextBlock Name="watermark" |
|
|
|
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" |
|
|
|
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" |
|
|
|
IsVisible="{TemplateBinding Text, |
|
|
|
Converter={x:Static StringConverters.IsNullOrEmpty}}" |
|
|
|
Opacity="0.5" |
|
|
|
|