summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml
diff options
context:
space:
mode:
authorJimmy Garrido <jimmygarrido@outlook.com>2016-12-02 16:17:38 -0800
committerRui Marinho <me@ruimarinho.net>2016-12-03 00:17:38 +0000
commit3da9a4cca74e694e1e000a7b92727cf413aba478 (patch)
tree7dcea948cdba9b3b5b0e8ead68769b030d8f6fcb /Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml
parent281090c46669e87ef393062876e4a1b650c0adf0 (diff)
downloadxamarin-forms-3da9a4cca74e694e1e000a7b92727cf413aba478.tar.gz
xamarin-forms-3da9a4cca74e694e1e000a7b92727cf413aba478.tar.bz2
xamarin-forms-3da9a4cca74e694e1e000a7b92727cf413aba478.zip
Fix CommandBar overlaying content (#593)
Diffstat (limited to 'Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml')
-rw-r--r--Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml b/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml
index 1fda50cd..ef7467c4 100644
--- a/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml
+++ b/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xaml
@@ -14,7 +14,7 @@
<Setter Property="ItemTemplate">
<Setter.Value>
<DataTemplate>
- <uwp:TabbedPagePresenter Content="{Binding}" ContentTemplate="{ThemeResource ContainedPageTemplate}" />
+ <uwp:FormsPresenter Content="{Binding}" ContentTemplate="{ThemeResource ContainedPageTemplate}" />
</DataTemplate>
</Setter.Value>
</Setter>