mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-25 21:07:20 -08:00
style: change FontSize for MenuItem /template/ PART_InputGestureText
This commit is contained in:
parent
cd42f2471a
commit
0079cdd88e
1 changed files with 2 additions and 1 deletions
|
@ -623,7 +623,8 @@
|
||||||
Text="{TemplateBinding InputGesture, Converter={StaticResource KeyGestureConverter}}"
|
Text="{TemplateBinding InputGesture, Converter={StaticResource KeyGestureConverter}}"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Foreground="{DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForeground}"/>
|
Foreground="{DynamicResource MenuFlyoutItemKeyboardAcceleratorTextForeground}"
|
||||||
|
FontSize="11"/>
|
||||||
<Path Name="PART_ChevronPath"
|
<Path Name="PART_ChevronPath"
|
||||||
Width="6"
|
Width="6"
|
||||||
Data="M 0 0 L 0 7 L 4 3.5 Z"
|
Data="M 0 0 L 0 7 L 4 3.5 Z"
|
||||||
|
|
Loading…
Reference in a new issue