File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1313 <SolidColorBrush x : Key =" SubTitleSelectedForeground" Color =" #33FFFFFF" />
1414 <SolidColorBrush x : Key =" SearchIconForeground" Color =" #33FFFFFF" />
1515 <SolidColorBrush x : Key =" SeparatorForeground" Color =" #24FFFFFF" />
16- <SolidColorBrush x : Key =" ThumbColor" Color =" #9a9a9a " />
16+ <SolidColorBrush x : Key =" ThumbColor" Color =" #28F7F3FF " />
1717 <SolidColorBrush x : Key =" InlineHighlight" Color =" #0078d7" />
1818 <SolidColorBrush x : Key =" HotkeyForeground" Color =" #33FFFFFF" />
1919 <SolidColorBrush x : Key =" HotkeySelectedForeground" Color =" #33FFFFFF" />
Original file line number Diff line number Diff line change 1313 <SolidColorBrush x : Key =" SubTitleSelectedForeground" Color =" #72767d" />
1414 <SolidColorBrush x : Key =" SearchIconForeground" Color =" #20000000" />
1515 <SolidColorBrush x : Key =" SeparatorForeground" Color =" #20000000" />
16- <SolidColorBrush x : Key =" ThumbColor" Color =" #868686 " />
16+ <SolidColorBrush x : Key =" ThumbColor" Color =" #1F000000 " />
1717 <SolidColorBrush x : Key =" InlineHighlight" Color =" #0078d7" />
1818 <SolidColorBrush x : Key =" HotkeyForeground" Color =" #51000000" />
1919 <SolidColorBrush x : Key =" HotkeySelectedForeground" Color =" #51000000" />
Original file line number Diff line number Diff line change 3333 <Setter Property =" CornerRadius" Value =" 2" />
3434 <Setter Property =" Background" Value =" {DynamicResource BasicSystemAccentColor}" />
3535 </Style >
36+ <Style x : Key =" ImageIconStyle" TargetType =" {x:Type Image}" >
37+ <Setter Property =" Height" Value =" 32" />
38+ <Setter Property =" Width" Value =" 32" />
39+ <Setter Property =" Margin" Value =" -2 0 0 0" />
40+ </Style >
3641 <Style
3742 x : Key =" ItemGlyph"
3843 BasedOn =" {StaticResource BaseGlyphStyle}"
3944 TargetType =" {x:Type TextBlock}" >
4045 <Setter Property =" Foreground" Value =" {DynamicResource Color05B}" />
41- <Setter Property =" Margin" Value =" 0 0 0 0" />
46+ <Setter Property =" Margin" Value =" -2 0 0 0" />
4247 </Style >
4348 <Style
4449 x : Key =" QueryBoxStyle"
182187 <Setter Property =" Foreground" Value =" {DynamicResource Color05B}" />
183188 <Setter Property =" VerticalAlignment" Value =" Center" />
184189 <Setter Property =" HorizontalAlignment" Value =" Center" />
185- <Setter Property =" Margin" Value =" 0 0 0 0" />
190+ <Setter Property =" Margin" Value =" -2 0 0 0" />
186191 <Setter Property =" Width" Value =" 25" />
187192 <Setter Property =" Height" Value =" 25" />
188193 <Setter Property =" FontSize" Value =" 25" />
You can’t perform that action at this time.
0 commit comments