Skip to content

Commit

Permalink
Merge branch 'main' into fix/samples/multitarget-aware-sample-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe authored Sep 21, 2023
2 parents 631d856 + 8048b48 commit 1465c62
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@
</interactions:EventTriggerBehavior>
</interactivity:Interaction.Behaviors>
</Button>
<DropDownButton win:AutomationProperties.Name="Package info">
<muxc:DropDownButton win:AutomationProperties.Name="Package info">
<StackPanel Orientation="Horizontal">
<FontIcon win:AutomationProperties.AccessibilityView="Raw"
FontSize="14"
Glyph="&#xF158;" />
<TextBlock Margin="8,0,0,0"
Text="Package info" />
</StackPanel>
<DropDownButton.Flyout>
<muxc:DropDownButton.Flyout>
<Flyout Placement="Bottom">
<StackPanel Orientation="Vertical"
Spacing="4">
Expand Down Expand Up @@ -272,8 +272,8 @@
</TextBlock>
</StackPanel>
</Flyout>
</DropDownButton.Flyout>
</DropDownButton>
</muxc:DropDownButton.Flyout>
</muxc:DropDownButton>
</StackPanel>
<ComboBox x:Name="SampleSelectionBox"
Grid.RowSpan="2"
Expand Down

0 comments on commit 1465c62

Please sign in to comment.