|
70 | 70 | </Style>
|
71 | 71 |
|
72 | 72 | <Style x:Key="SettingSubTitleLabel" TargetType="{x:Type TextBlock}">
|
73 |
| - <Setter Property="Foreground" Value="#5f5f5f" /> |
| 73 | + <Setter Property="Foreground" Value="#5F5F5F" /> |
74 | 74 | <Setter Property="FontSize" Value="12" />
|
75 | 75 | <Setter Property="Margin" Value="0 0 0 0" />
|
76 | 76 | <Setter Property="Padding" Value="0 0 24 0" />
|
|
330 | 330 |
|
331 | 331 | <!-- For Tab Header responsive Width -->
|
332 | 332 | <Style TargetType="{x:Type TabControl}">
|
333 |
| - |
| 333 | + <Setter Property="FontSize" Value="14" /> |
334 | 334 | <Setter Property="Template">
|
335 | 335 | <Setter.Value>
|
336 | 336 | <ControlTemplate TargetType="{x:Type TabControl}">
|
|
339 | 339 | <ColumnDefinition Width="2.2*"/>
|
340 | 340 | <ColumnDefinition Width="7.8*"/>
|
341 | 341 | </Grid.ColumnDefinitions>
|
342 |
| - <TabPanel |
| 342 | + <TabPanel |
343 | 343 | Grid.Column="0"
|
344 | 344 | Panel.ZIndex="1"
|
345 | 345 | Margin="0,0,0,0"
|
|
350 | 350 | Grid.Column="1"
|
351 | 351 | BorderBrush="Black"
|
352 | 352 | BorderThickness="0"
|
353 |
| - CornerRadius="0 |
354 |
| - " > |
| 353 | + CornerRadius="0"> |
355 | 354 | <ContentPresenter ContentSource="SelectedContent" Grid.Column="1"/>
|
356 | 355 | </Border>
|
357 | 356 | </Grid>
|
|
677 | 676 | <TextBlock Text="{Binding PluginPair.Metadata.Name}"
|
678 | 677 | TextWrapping="Wrap"
|
679 | 678 | ToolTip="{Binding PluginPair.Metadata.Version}" />
|
680 |
| - <TextBlock Opacity="0.5" TextWrapping="Wrap" Margin="0 2 0 0"> |
| 679 | + <TextBlock TextWrapping="Wrap" Margin="0 2 0 0" Foreground="#5f5f5f"> |
681 | 680 | <Run Text="{Binding PluginPair.Metadata.Description}" FontSize="12" />
|
682 | 681 | </TextBlock>
|
683 | 682 | </StackPanel>
|
|
924 | 923 | <TextBlock Text="{Binding Name}"
|
925 | 924 | TextWrapping="WrapWithOverflow" Padding="0 0 20 0"
|
926 | 925 | ToolTip="{Binding Version}" />
|
927 |
| - <TextBlock Opacity="0.5" TextWrapping="WrapWithOverflow" Margin="0 2 0 0" Padding="0 0 20 0"> |
928 |
| - <Run Text="{Binding Description}" FontSize="12" /> |
| 926 | + <TextBlock TextWrapping="WrapWithOverflow" Margin="0 2 0 0" Padding="0 0 20 0" Foreground="#5f5f5f"> |
| 927 | + <Run Text="{Binding Description}" FontSize="12" Foreground="#5f5f5f"/> |
929 | 928 | </TextBlock>
|
930 | 929 |
|
931 | 930 | </StackPanel >
|
|
0 commit comments