Merge remote-tracking branch 'origin/dev2.0' into dev2.0

dev2.0
陈伟 2025-04-17 15:29:32 +08:00
commit c4ec37a23b
1 changed files with 2 additions and 2 deletions

View File

@ -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>