|
419 | 419 | <StackPanel Orientation="Horizontal" Spacing="6" VerticalAlignment="Center" Margin="4,0" |
420 | 420 | automation:AutomationProperties.Name="{Binding Package.AutomationName}" |
421 | 421 | automation:AutomationProperties.ItemType="{t:Translate Package}"> |
422 | | - <Panel Width="16" Height="16" VerticalAlignment="Center"> |
423 | | - <Image Source="{Binding IconBitmap}" Width="16" Height="16" |
| 422 | + <Panel Width="24" Height="24" VerticalAlignment="Center"> |
| 423 | + <Image Source="{Binding IconBitmap}" Width="24" Height="24" |
424 | 424 | Stretch="Uniform" IsVisible="{Binding HasCustomIcon}"/> |
425 | 425 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/package.svg" |
426 | | - Width="16" Height="16" IsVisible="{Binding !HasCustomIcon}"/> |
| 426 | + Width="24" Height="24" IsVisible="{Binding !HasCustomIcon}"/> |
427 | 427 | <controls:SvgIcon Path="{Binding TagIconPath}" |
428 | | - Width="8" Height="8" |
| 428 | + Width="12" Height="12" |
429 | 429 | IsVisible="{Binding TagIconVisible}" |
430 | 430 | HorizontalAlignment="Right" |
431 | 431 | VerticalAlignment="Bottom"/> |
|
442 | 442 | <DataTemplate x:DataType="pkg:PackageWrapper"> |
443 | 443 | <StackPanel Orientation="Horizontal" Spacing="6" VerticalAlignment="Center" Margin="4,0"> |
444 | 444 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/id.svg" |
445 | | - Width="16" Height="16" VerticalAlignment="Center"/> |
| 445 | + Width="24" Height="24" VerticalAlignment="Center"/> |
446 | 446 | <TextBlock Text="{Binding Package.Id}" VerticalAlignment="Center"/> |
447 | 447 | </StackPanel> |
448 | 448 | </DataTemplate> |
|
455 | 455 | <DataTemplate x:DataType="pkg:PackageWrapper"> |
456 | 456 | <StackPanel Orientation="Horizontal" Spacing="6" VerticalAlignment="Center" Margin="4,0"> |
457 | 457 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/version.svg" |
458 | | - Width="16" Height="16" VerticalAlignment="Center"/> |
| 458 | + Width="24" Height="24" VerticalAlignment="Center"/> |
459 | 459 | <TextBlock Text="{Binding VersionComboString}" VerticalAlignment="Center"/> |
460 | 460 | </StackPanel> |
461 | 461 | </DataTemplate> |
|
469 | 469 | <DataTemplate x:DataType="pkg:PackageWrapper"> |
470 | 470 | <StackPanel Orientation="Horizontal" Spacing="6" VerticalAlignment="Center" Margin="4,0"> |
471 | 471 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/download.svg" |
472 | | - Width="16" Height="16" VerticalAlignment="Center" |
| 472 | + Width="24" Height="24" VerticalAlignment="Center" |
473 | 473 | IsVisible="{Binding !InstallerHostChanged}"/> |
474 | 474 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/warning_filled.svg" |
475 | | - Width="16" Height="16" VerticalAlignment="Center" |
| 475 | + Width="22" Height="22" VerticalAlignment="Center" |
476 | 476 | Foreground="#F59E0B" |
477 | 477 | IsVisible="{Binding InstallerHostChanged}" |
478 | 478 | ToolTip.Tip="{Binding InstallerHostChangeTooltip}"/> |
|
488 | 488 | <DataTemplate x:DataType="pkg:PackageWrapper"> |
489 | 489 | <StackPanel Orientation="Horizontal" Spacing="6" VerticalAlignment="Center" Margin="4,0"> |
490 | 490 | <controls:SvgIcon Path="{Binding SourceIconPath}" |
491 | | - Width="16" Height="16" VerticalAlignment="Center"/> |
| 491 | + Width="24" Height="24" VerticalAlignment="Center"/> |
492 | 492 | <TextBlock Text="{Binding Package.Source.AsString_DisplayName}" VerticalAlignment="Center"/> |
493 | 493 | </StackPanel> |
494 | 494 | </DataTemplate> |
|
523 | 523 | automation:AutomationProperties.ItemType="{t:Translate Package}" |
524 | 524 | Background="{DynamicResource AppBorderBrush}" Padding="4"> |
525 | 525 | <Grid ColumnDefinitions="48,*,28" ColumnSpacing="4"> |
526 | | - <Panel Grid.Column="0" Width="36" Height="36" |
| 526 | + <Panel Grid.Column="0" Width="44" Height="44" |
527 | 527 | VerticalAlignment="Center" HorizontalAlignment="Center"> |
528 | | - <Image Source="{Binding IconBitmap}" Width="36" Height="36" |
| 528 | + <Image Source="{Binding IconBitmap}" Width="44" Height="44" |
529 | 529 | Stretch="Uniform" IsVisible="{Binding HasCustomIcon}"/> |
530 | 530 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/package.svg" |
531 | | - Width="36" Height="36" IsVisible="{Binding !HasCustomIcon}"/> |
| 531 | + Width="44" Height="44" IsVisible="{Binding !HasCustomIcon}"/> |
532 | 532 | <controls:SvgIcon Path="{Binding TagIconPath}" |
533 | | - Width="14" Height="14" |
| 533 | + Width="17" Height="17" |
534 | 534 | IsVisible="{Binding TagIconVisible}" |
535 | 535 | HorizontalAlignment="Right" |
536 | 536 | VerticalAlignment="Bottom"/> |
537 | 537 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/warning_filled.svg" |
538 | | - Width="14" Height="14" |
| 538 | + Width="17" Height="17" |
539 | 539 | Foreground="#F59E0B" |
540 | 540 | IsVisible="{Binding InstallerHostChanged}" |
541 | 541 | ToolTip.Tip="{Binding InstallerHostChangeTooltip}" |
|
606 | 606 | automation:AutomationProperties.Name="{t:Translate More options}"> |
607 | 607 | <TextBlock Text="···" FontSize="16" VerticalAlignment="Center"/> |
608 | 608 | </Button> |
609 | | - <Panel Grid.Row="1" Width="48" Height="48" |
| 609 | + <Panel Grid.Row="1" Width="64" Height="64" |
| 610 | + Margin="0,-8,0,4" |
610 | 611 | VerticalAlignment="Center" HorizontalAlignment="Center"> |
611 | | - <Image Source="{Binding IconBitmap}" Width="48" Height="48" |
| 612 | + <Image Source="{Binding IconBitmap}" Width="64" Height="64" |
612 | 613 | Stretch="Uniform" IsVisible="{Binding HasCustomIcon}"/> |
613 | 614 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/package.svg" |
614 | | - Width="48" Height="48" IsVisible="{Binding !HasCustomIcon}"/> |
| 615 | + Width="64" Height="64" IsVisible="{Binding !HasCustomIcon}"/> |
615 | 616 | <controls:SvgIcon Path="{Binding TagIconPath}" |
616 | | - Width="18" Height="18" |
| 617 | + Width="24" Height="24" |
617 | 618 | IsVisible="{Binding TagIconVisible}" |
618 | 619 | HorizontalAlignment="Right" |
619 | 620 | VerticalAlignment="Bottom"/> |
620 | 621 | <controls:SvgIcon Path="avares://UniGetUI.Avalonia/Assets/Symbols/warning_filled.svg" |
621 | | - Width="18" Height="18" |
| 622 | + Width="24" Height="24" |
622 | 623 | Foreground="#F59E0B" |
623 | 624 | IsVisible="{Binding InstallerHostChanged}" |
624 | 625 | ToolTip.Tip="{Binding InstallerHostChangeTooltip}" |
|
0 commit comments