|
86 | 86 | </MenuItem> |
87 | 87 |
|
88 | 88 | <MenuItem |
89 | | - Command="{Binding OpenInMlsbCommand}" |
90 | | - Header="Open in MlSetupBuilder" |
91 | 89 | Visibility="{Binding Path=IsEnabled, |
92 | 90 | RelativeSource={RelativeSource Self}, |
93 | 91 | Mode=OneWay, |
94 | | - Converter={StaticResource BooleanToVisibilityConverter}}"> |
| 92 | + Converter={StaticResource BooleanToVisibilityConverter}}" |
| 93 | + Command="{Binding OpenInMlsbCommand}" |
| 94 | + Header="Open in MlSetupBuilder"> |
95 | 95 | <MenuItem.Icon> |
96 | 96 | <templates:IconBox |
97 | 97 | IconPack="Empty" |
|
493 | 493 | Grid.Column="1" |
494 | 494 | Margin="{DynamicResource WolvenKitMarginTinyLeft}" |
495 | 495 | VerticalAlignment="Center" |
| 496 | + FontSize="{DynamicResource WolvenKitFontSubTitle}" |
496 | 497 | Text="{Binding Path=Name}" /> |
497 | 498 |
|
498 | 499 | <TextBlock |
499 | 500 | x:Name="FileSizeTextBlock" |
500 | 501 | Grid.Column="1" |
501 | 502 | Margin="{DynamicResource WolvenKitMarginTinyLeft}" |
502 | 503 | VerticalAlignment="Center" |
| 504 | + FontSize="{DynamicResource WolvenKitFontSubTitle}" |
503 | 505 | Text="{Binding Path=Name}" /> |
504 | 506 |
|
505 | 507 | <!-- Copy relative path - Open in Windows Explorer - Open file - Delete --> |
|
625 | 627 | Grid.Column="1" |
626 | 628 | Margin="{DynamicResource WolvenKitMarginTinyLeft}" |
627 | 629 | VerticalAlignment="Center" |
| 630 | + FontSize="{DynamicResource WolvenKitFontSubTitle}" |
628 | 631 | Text="{Binding Path=Name}" |
629 | 632 | TextTrimming="CharacterEllipsis" /> |
630 | 633 | </Grid> |
|
1072 | 1075 | <Style TargetType="syncfusion:TreeGridCell"> |
1073 | 1076 | <Setter Property="BorderBrush" Value="Transparent" /> |
1074 | 1077 | <Setter Property="BorderThickness" Value="0" /> |
| 1078 | + <Setter Property="FontSize" Value="{DynamicResource WolvenKitFontSubTitle}" /> |
1075 | 1079 | </Style> |
1076 | 1080 |
|
1077 | 1081 | <Style TargetType="syncfusion:TreeGridExpanderCell"> |
|
0 commit comments