Skip to content

Commit

Permalink
Fix rounded corners for compact mode number box (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenLPeters authored and jevansaks committed Nov 28, 2019
1 parent f3467f4 commit 028e26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/NumberBox/NumberBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<VisualState x:Name="SpinButtonsPopup">
<VisualState.Setters>
<Setter Target="InputBox.Style" Value="{StaticResource NumberBoxTextBoxStyle}" />
<contract7Present:Setter Target="InputBox.CornerRadius" Value="{Binding Source={ThemeResource ControlCornerRadius}}" />
</VisualState.Setters>
</VisualState>
</VisualStateGroup>
Expand Down

0 comments on commit 028e26e

Please sign in to comment.