Browse Source
Merge branch 'master' into timePickerFix4342
pull/4343/head
danwalmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Themes.Fluent/NumericUpDown.xaml
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
<TextBox Name="PART_TextBox" |
|
|
|
Background="Transparent" |
|
|
|
BorderBrush="Transparent" |
|
|
|
Margin="-2" |
|
|
|
Margin="-1" |
|
|
|
Padding="{TemplateBinding Padding}" |
|
|
|
Watermark="{TemplateBinding Watermark}" |
|
|
|
DataValidationErrors.Errors="{TemplateBinding (DataValidationErrors.Errors)}" |
|
|
|
|