File tree Expand file tree Collapse file tree 3 files changed +27
-20
lines changed Expand file tree Collapse file tree 3 files changed +27
-20
lines changed Original file line number Diff line number Diff line change 65
65
Margin =" 0 0 10 0"
66
66
VerticalAlignment =" Center"
67
67
Visibility =" {Binding ShowOpenResultHotkey}" >
68
- <TextBlock
69
- x : Name =" Hotkey"
70
- Margin =" 12 0 12 0"
71
- Padding =" 0 0 0 0"
72
- HorizontalAlignment =" Right"
73
- VerticalAlignment =" Center"
74
- Style =" {DynamicResource ItemHotkeyStyle}" >
75
- <TextBlock .Visibility>
68
+ <Border x : Name =" HotkeyBG" Style =" {DynamicResource ItemHotkeyBGStyle}" >
69
+ <Border .Visibility>
76
70
<Binding Converter =" {StaticResource ResourceKey=OpenResultHotkeyVisibilityConverter}" RelativeSource =" {RelativeSource Mode=FindAncestor, AncestorType=ListBoxItem}" />
77
- </TextBlock .Visibility>
78
- <TextBlock .Text>
79
- <MultiBinding StringFormat =" {}{0}+{1}" >
80
- <Binding Path =" OpenResultModifiers" />
81
- <Binding Converter =" {StaticResource ResourceKey=OrdinalConverter}" RelativeSource =" {RelativeSource Mode=FindAncestor, AncestorType=ListBoxItem}" />
82
- </MultiBinding >
83
- </TextBlock .Text>
84
- </TextBlock >
71
+ </Border .Visibility>
72
+ <TextBlock
73
+ x : Name =" Hotkey"
74
+ Padding =" 0 0 0 0"
75
+ HorizontalAlignment =" Right"
76
+ VerticalAlignment =" Center"
77
+ Style =" {DynamicResource ItemHotkeyStyle}" >
78
+ <TextBlock .Text>
79
+ <MultiBinding StringFormat =" {}{0}+{1}" >
80
+ <Binding Path =" OpenResultModifiers" />
81
+ <Binding Converter =" {StaticResource ResourceKey=OrdinalConverter}" RelativeSource =" {RelativeSource Mode=FindAncestor, AncestorType=ListBoxItem}" />
82
+ </MultiBinding >
83
+ </TextBlock .Text>
84
+ </TextBlock >
85
+ </Border >
85
86
</StackPanel >
86
87
87
88
<Grid Grid.Column=" 0" >
Original file line number Diff line number Diff line change 351
351
<Setter Property =" Inline.FontWeight" Value =" Bold" />
352
352
</Style >
353
353
<Style x : Key =" BaseItemHotkeyStyle" TargetType =" {x:Type TextBlock}" >
354
- <Setter Property =" FontSize" Value =" 15 " />
354
+ <Setter Property =" FontSize" Value =" 10 " />
355
355
<Setter Property =" Foreground" Value =" #8f8f8f" />
356
356
</Style >
357
357
<Style x : Key =" BaseItemHotkeySelectedStyle" TargetType =" {x:Type TextBlock}" >
358
- <Setter Property =" FontSize" Value =" 15 " />
358
+ <Setter Property =" FontSize" Value =" 10 " />
359
359
<Setter Property =" Foreground" Value =" #8f8f8f" />
360
360
</Style >
361
+ <Style x : Key =" ItemHotkeyBGStyle" TargetType =" {x:Type Border}" >
362
+ <Setter Property =" Margin" Value =" 12 0 12 0" />
363
+ <Setter Property =" Padding" Value =" 6 4 6 4" />
364
+ <Setter Property =" Background" Value =" #138A8A8A" />
365
+ <Setter Property =" CornerRadius" Value =" 4" />
366
+ </Style >
361
367
362
368
<!-- DO NOT USE THIS KEY. this key for themes with wrong typo. This key should be removed. Right key is BaseItemHotkeySelectedStyle. -->
363
369
<Style x : Key =" BaseItemHotkeySelecetedStyle" TargetType =" {x:Type TextBlock}" >
Original file line number Diff line number Diff line change 156
156
</Style >
157
157
158
158
<Style x : Key =" ItemHotkeyStyle" TargetType =" {x:Type TextBlock}" >
159
- <Setter Property =" FontSize" Value =" 12 " />
159
+ <Setter Property =" FontSize" Value =" 10 " />
160
160
<Setter Property =" Foreground" Value =" {DynamicResource HotkeyForeground}" />
161
161
</Style >
162
162
<Style x : Key =" ItemHotkeySelectedStyle" TargetType =" {x:Type TextBlock}" >
163
- <Setter Property =" FontSize" Value =" 12 " />
163
+ <Setter Property =" FontSize" Value =" 10 " />
164
164
<Setter Property =" Foreground" Value =" {DynamicResource HotkeySelectedForeground}" />
165
165
</Style >
166
166
<Style x : Key =" ItemGlyphSelectedStyle" TargetType =" {x:Type TextBlock}" >
You can’t perform that action at this time.
0 commit comments