|
358 | 358 | <MultiTrigger.Conditions>
|
359 | 359 | <Condition Property="IsSelected" Value="True" />
|
360 | 360 | </MultiTrigger.Conditions>
|
361 |
| - <Setter TargetName="Bd" Property="Background" Value="{DynamicResource Color07B}" /> |
| 361 | + <Setter TargetName="Bd" Property="Background" Value="{DynamicResource HoverStoreGrid2}" /> |
362 | 362 | <Setter TargetName="Bd" Property="BorderBrush" Value="{DynamicResource Color03B}" />
|
363 | 363 | <Setter TargetName="Bd" Property="CornerRadius" Value="5" />
|
364 | 364 | <Setter TargetName="Bd" Property="Margin" Value="0,0,0,0" />
|
|
367 | 367 | <MultiTrigger.Conditions>
|
368 | 368 | <Condition Property="IsMouseOver" Value="True" />
|
369 | 369 | </MultiTrigger.Conditions>
|
370 |
| - <Setter TargetName="Bd" Property="Background" Value="{DynamicResource Color07B}" /> |
| 370 | + <Setter TargetName="Bd" Property="Background" Value="{DynamicResource HoverStoreGrid2}" /> |
371 | 371 | <Setter TargetName="Bd" Property="BorderBrush" Value="{DynamicResource Color03B}" />
|
372 | 372 | <Setter TargetName="Bd" Property="CornerRadius" Value="5" />
|
373 | 373 |
|
|
1463 | 1463 | Grid.Row="1"
|
1464 | 1464 | Grid.Column="0"
|
1465 | 1465 | Grid.ColumnSpan="2"
|
1466 |
| - Margin="0,2,0,0" |
| 1466 | + Margin="5,2,0,0" |
1467 | 1467 | Padding="0,0,18,0"
|
1468 | 1468 | ItemContainerStyle="{StaticResource StoreList}"
|
1469 | 1469 | ItemsSource="{Binding ExternalPlugins}"
|
|
1497 | 1497 | <Grid>
|
1498 | 1498 | <StackPanel Orientation="Vertical">
|
1499 | 1499 | <TextBlock
|
1500 |
| - Margin="0,0,0,10" |
| 1500 | + Margin="2,0,0,10" |
1501 | 1501 | VerticalAlignment="Top"
|
1502 | 1502 | FontSize="16"
|
1503 | 1503 | FontWeight="Bold"
|
| 1504 | + Foreground="{DynamicResource Color05B}" |
1504 | 1505 | Text="{Binding Name, Converter={StaticResource TextConverter}}" />
|
1505 | 1506 |
|
1506 | 1507 | <ItemsPresenter />
|
|
1581 | 1582 | ToolTip="{Binding Version}" />
|
1582 | 1583 | <TextBlock
|
1583 | 1584 | Grid.Column="0"
|
1584 |
| - Margin="18,10,18,10" |
| 1585 | + Height="60" |
| 1586 | + Margin="18,6,18,0" |
| 1587 | + Padding="0,0,0,10" |
1585 | 1588 | FontSize="12"
|
1586 | 1589 | Foreground="{DynamicResource Color04B}"
|
1587 | 1590 | Text="{Binding Description, Mode=OneWay}"
|
| 1591 | + TextTrimming="WordEllipsis" |
1588 | 1592 | TextWrapping="Wrap" />
|
1589 | 1593 | </StackPanel>
|
1590 | 1594 |
|
|
0 commit comments