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 113113 <Style x : Key =" HighlightStyle" >
114114 <Setter Property =" Inline.FontWeight" Value =" SemiBold" />
115115 </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" />
118121 <Setter Property =" Foreground" Value =" {DynamicResource HotkeyForeground}" />
119122 </Style >
120123 <Style
121124 x : Key =" ItemHotkeySelectedStyle"
122125 BasedOn =" {StaticResource BaseItemHotkeySelectedStyle}"
123126 TargetType =" {x:Type TextBlock}" >
124- <Setter Property =" FontSize" Value =" 13 " />
127+ <Setter Property =" FontSize" Value =" 11 " />
125128 <Setter Property =" Foreground" Value =" {DynamicResource HotkeySelectedForeground}" />
126129 </Style >
127130 <!-- button style in the middle of the scrollbar -->
You can’t perform that action at this time.
0 commit comments