File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 113
113
<Style x : Key =" HighlightStyle" >
114
114
<Setter Property =" Inline.FontWeight" Value =" SemiBold" />
115
115
</Style >
116
- <Style x : Key =" ItemHotkeyStyle" TargetType =" {x:Type TextBlock}" >
117
- <Setter Property =" FontSize" Value =" 13" />
116
+ <Style
117
+ x : Key =" ItemHotkeyStyle"
118
+ BasedOn =" {StaticResource BaseItemHotkeyStyle}"
119
+ TargetType =" {x:Type TextBlock}" >
120
+ <Setter Property =" FontSize" Value =" 11" />
118
121
<Setter Property =" Foreground" Value =" {DynamicResource HotkeyForeground}" />
119
122
</Style >
120
123
<Style
121
124
x : Key =" ItemHotkeySelectedStyle"
122
125
BasedOn =" {StaticResource BaseItemHotkeySelectedStyle}"
123
126
TargetType =" {x:Type TextBlock}" >
124
- <Setter Property =" FontSize" Value =" 13 " />
127
+ <Setter Property =" FontSize" Value =" 11 " />
125
128
<Setter Property =" Foreground" Value =" {DynamicResource HotkeySelectedForeground}" />
126
129
</Style >
127
130
<!-- button style in the middle of the scrollbar -->
You can’t perform that action at this time.
0 commit comments