Merge remote-tracking branch 'origin/dev2.0' into dev2.0
commit
c4ec37a23b
|
|
@ -32,10 +32,10 @@
|
||||||
<ListBox.Resources>
|
<ListBox.Resources>
|
||||||
<DataTemplate DataType="{x:Type h:LinkAction}">
|
<DataTemplate DataType="{x:Type h:LinkAction}">
|
||||||
<Grid Height="{DynamicResource {x:Static h:SystemKeys.ItemHeight}}">
|
<Grid Height="{DynamicResource {x:Static h:SystemKeys.ItemHeight}}">
|
||||||
<StackPanel Margin="15,0,0,0" VerticalAlignment="Center" Orientation="Horizontal">
|
<StackPanel Margin="10,0,0,0" VerticalAlignment="Center" Orientation="Horizontal">
|
||||||
<TextBlock Style="{DynamicResource {x:Static h:TextBlockKeys.Icon}}" Text="{Binding Logo}" />
|
<TextBlock Style="{DynamicResource {x:Static h:TextBlockKeys.Icon}}" Text="{Binding Logo}" />
|
||||||
<TextBlock Margin="10,0,0,0" VerticalAlignment="Center" Text="{Binding DisplayName}" />
|
<TextBlock Margin="10,0,0,0" VerticalAlignment="Center" Text="{Binding DisplayName}" />
|
||||||
<TextBlock Margin="11,0,0,0" VerticalAlignment="Center" Text="{Binding FullName}" />
|
<TextBlock Margin="5,0,0,0" VerticalAlignment="Center" Text="{Binding FullName}" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</Grid>
|
||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue