Max Katz
5 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.Fluent/Controls/NumericUpDown.xaml
|
|
|
@ -38,6 +38,7 @@ |
|
|
|
BorderBrush="{TemplateBinding BorderBrush}" |
|
|
|
CornerRadius="{TemplateBinding CornerRadius}" |
|
|
|
Padding="0" |
|
|
|
MinWidth="{TemplateBinding MinWidth}" |
|
|
|
HorizontalContentAlignment="Stretch" |
|
|
|
VerticalContentAlignment="Stretch" |
|
|
|
AllowSpin="{TemplateBinding AllowSpin}" |
|
|
|
@ -49,6 +50,7 @@ |
|
|
|
BorderBrush="Transparent" |
|
|
|
Margin="-1" |
|
|
|
Padding="{TemplateBinding Padding}" |
|
|
|
MinWidth="{TemplateBinding MinWidth}" |
|
|
|
Watermark="{TemplateBinding Watermark}" |
|
|
|
IsReadOnly="{TemplateBinding IsReadOnly}" |
|
|
|
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}" |
|
|
|
|