Skip to content

Commit

Permalink
Merge pull request #7236 from AvaloniaUI/re-fix-pr-6830
Browse files Browse the repository at this point in the history
Better fix for #6830
  • Loading branch information
danwalmsley authored and maxkatz6 committed Jan 18, 2022
1 parent 48bad22 commit bdaad60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Avalonia.Themes.Fluent/Controls/NumericUpDown.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
BorderBrush="{TemplateBinding BorderBrush}"
CornerRadius="{TemplateBinding CornerRadius}"
Padding="0"
MinWidth="{TemplateBinding MinWidth}"
MinWidth="0"
HorizontalContentAlignment="Stretch"
VerticalContentAlignment="Stretch"
AllowSpin="{TemplateBinding AllowSpin}"
Expand All @@ -50,7 +50,7 @@
BorderBrush="Transparent"
Margin="-1"
Padding="{TemplateBinding Padding}"
MinWidth="{TemplateBinding MinWidth}"
MinWidth="0"
Foreground="{TemplateBinding Foreground}"
FontSize="{TemplateBinding FontSize}"
Watermark="{TemplateBinding Watermark}"
Expand Down

0 comments on commit bdaad60

Please sign in to comment.