summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.WinRT.Tablet
diff options
context:
space:
mode:
authorE.Z. Hart <hartez@users.noreply.github.com>2016-08-31 13:57:35 -0600
committerJason Smith <jason.smith@xamarin.com>2016-08-31 12:57:35 -0700
commit11326e1c182b3ff5c3d82c6ef7d09c193bc19891 (patch)
treede9586c0f4b6128c14cb439b2cbe554755a908e0 /Xamarin.Forms.Platform.WinRT.Tablet
parent1d87e80d2554b7eb6b4e059526c8abfed603d5db (diff)
downloadxamarin-forms-11326e1c182b3ff5c3d82c6ef7d09c193bc19891.tar.gz
xamarin-forms-11326e1c182b3ff5c3d82c6ef7d09c193bc19891.tar.bz2
xamarin-forms-11326e1c182b3ff5c3d82c6ef7d09c193bc19891.zip
Fix incorrect background property name on Win 8.1 phone and tablet styles (#329)
Diffstat (limited to 'Xamarin.Forms.Platform.WinRT.Tablet')
-rw-r--r--Xamarin.Forms.Platform.WinRT.Tablet/TabletResources.xaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Xamarin.Forms.Platform.WinRT.Tablet/TabletResources.xaml b/Xamarin.Forms.Platform.WinRT.Tablet/TabletResources.xaml
index a57b4f0a..c782d5d9 100644
--- a/Xamarin.Forms.Platform.WinRT.Tablet/TabletResources.xaml
+++ b/Xamarin.Forms.Platform.WinRT.Tablet/TabletResources.xaml
@@ -327,8 +327,7 @@
<RowDefinition Height="*" />
</Grid.RowDefinitions>
- <Grid Grid.Row="0" Grid.Column="0" Height="79" VerticalAlignment="Center" Background="{TemplateBinding NavigationBarBackground}"
- Visibility="{TemplateBinding TitleVisibility}">
+ <Grid Grid.Row="0" Grid.Column="0" Height="79" VerticalAlignment="Center" Background="{TemplateBinding ToolbarBackground}" Visibility="{TemplateBinding TitleVisibility}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" MinWidth="{Binding TitleInset,RelativeSource={RelativeSource TemplatedParent}}" />
<ColumnDefinition Width="*" />