Removed search stackpanel

This commit is contained in:
2017-10-10 18:55:45 +02:00
committed by BONNEVILLE Geoffroy
parent f5fd3effaf
commit 951172e36f

View File

@@ -231,9 +231,7 @@
<AppBarButton Icon="Find" Label="Search">
<AppBarButton.Flyout>
<Flyout>
<StackPanel>
<SearchBox PlaceholderText="Search..." Width="350" />
</StackPanel>
<SearchBox PlaceholderText="Search..." Width="350" />
</Flyout>
</AppBarButton.Flyout>
</AppBarButton>