Skip to content

Commit

Permalink
Code style for .NET XAML parser...
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Feb 5, 2016
1 parent 73fd89d commit 6e68696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Height="Auto"
Content="{TemplateBinding LeftContent}" />
</Border>
<Fluent:WindowSteeringHelperControl Height="{Binding (Fluent:RibbonProperties.TitleBarHeight), RelativeSource={RelativeSource Self}}"
<Fluent:WindowSteeringHelperControl Height="{Binding Path=(Fluent:RibbonProperties.TitleBarHeight), RelativeSource={RelativeSource Self}}"
VerticalAlignment="Top"
IsEnabled="{TemplateBinding IsWindowSteeringHelperEnabled}" />
</Grid>
Expand Down

0 comments on commit 6e68696

Please sign in to comment.