File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
BasedOn=" {StaticResource DefaultButtonStyle}"
15
15
TargetType=" Button" >
16
16
<Setter Property =" CornerRadius" Value =" 0" />
17
- <Setter Property =" BorderBrush " Value =" Transparent " />
17
+ <Setter Property =" BorderThickness " Value =" 0 " />
18
18
<Setter Property =" HorizontalContentAlignment" Value =" Stretch" />
19
- <Setter Property =" Height" Value =" 34" />
20
19
<Setter Property =" HorizontalAlignment" Value =" Stretch" />
21
20
<Setter Property =" VerticalAlignment" Value =" Stretch" />
22
21
<Setter Property =" Background" >
26
25
</Setter >
27
26
</Style >
28
27
29
- <x : String x : Key =" SortIconAscending" > ; </x : String >
28
+ <x : String x : Key =" SortIconAscending" > ; </x : String >
30
29
</UserControl .Resources>
31
30
32
31
<Grid >
48
47
Grid.ColumnSpan=" 2"
49
48
HorizontalAlignment=" {x:Bind HorizontalContentAlignment}"
50
49
FontSize=" 12"
51
- Foreground=" {ThemeResource SystemControlForegroundBaseMediumBrush}"
50
+ FontWeight=" SemiBold"
51
+ Foreground=" {ThemeResource TextFillColorTertiaryBrush}"
52
52
Text=" {x:Bind Header, Mode=OneWay}"
53
53
TextTrimming=" CharacterEllipsis" />
54
54
<FontIcon
57
57
HorizontalAlignment=" Center"
58
58
VerticalAlignment=" Center"
59
59
FontFamily=" {ThemeResource SymbolThemeFontFamily}"
60
- FontSize=" 12 "
61
- Foreground=" {ThemeResource SystemControlForegroundBaseMediumBrush }"
60
+ FontSize=" 8 "
61
+ Foreground=" {ThemeResource TextFillColorTertiaryBrush }"
62
62
Glyph=" {StaticResource SortIconAscending}"
63
63
RenderTransformOrigin=" 0.5, 0.5"
64
64
Visibility=" Collapsed" >
Original file line number Diff line number Diff line change 55
55
TargetType=" toolkit:GridSplitter" >
56
56
<Setter Property =" Background" Value =" Transparent" />
57
57
<Setter Property =" Width" Value =" 12" />
58
- <Setter Property =" Margin" Value =" 0,4,0,4 " />
58
+ <Setter Property =" Margin" Value =" 0" />
59
59
<Setter Property =" Opacity" Value =" 0.8" />
60
60
<Setter Property =" Canvas.ZIndex" Value =" 1" />
61
61
</Style >
You can’t perform that action at this time.
0 commit comments