Skip to content

Commit

Permalink
fix: ModernWindow TitleLinks separator incorrectly positioned
Browse files Browse the repository at this point in the history
  • Loading branch information
kozw_cp authored and kozw_cp committed Aug 9, 2014
1 parent ac581cf commit 42624f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<ItemsControl.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal">
<Line x:Name="Separator" X1=".5" Y1="3" X2=".5" Y2="12" Margin="7,0,5,0" Stroke="{DynamicResource SeparatorBackground}" />
<Line x:Name="Separator" X1=".5" Y1="3" X2=".5" Y2="12" Margin="5,0" VerticalAlignment="Center" Stroke="{DynamicResource SeparatorBackground}" />

<Button Content="{Binding DisplayName}"
Command="NavigationCommands.GoToPage"
Expand Down

0 comments on commit 42624f8

Please sign in to comment.