Skip to content

Commit

Permalink
Base ComboBox style on default to get new styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmsft committed Jul 12, 2021
1 parent 67af6b4 commit 388c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ContosoApp/Views/OrderDetailPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<Page.Resources>

<Style TargetType="ComboBox">
<Style TargetType="ComboBox" BasedOn="{StaticResource DefaultComboBoxStyle}">
<Setter Property="MinWidth" Value="150" />
</Style>

Expand Down

0 comments on commit 388c611

Please sign in to comment.