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 Icon="Find" Label="Search">
<AppBarButton.Flyout> <AppBarButton.Flyout>
<Flyout> <Flyout>
<StackPanel> <SearchBox PlaceholderText="Search..." Width="350" />
<SearchBox PlaceholderText="Search..." Width="350" />
</StackPanel>
</Flyout> </Flyout>
</AppBarButton.Flyout> </AppBarButton.Flyout>
</AppBarButton> </AppBarButton>