File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515
1616 <Style x : Key =" DefaultTableViewStyle"
1717 TargetType =" local:TableView" >
18+ <Setter Property =" FontFamily"
19+ Value =" {ThemeResource ContentControlThemeFontFamily}" />
20+ <Setter Property =" FontSize"
21+ Value =" {ThemeResource ControlContentThemeFontSize}" />
1822 <Setter Property =" IsTabStop"
1923 Value =" False" />
2024 <Setter Property =" TabNavigation"
Original file line number Diff line number Diff line change 1616 TargetType =" local:TableViewRow"
1717 win : BasedOn =" {StaticResource DefaultListViewItemStyle}"
1818 not_win : BasedOn =" {StaticResource ListViewItemExpanded}" >
19- <Setter Property =" FontFamily" Value =" {ThemeResource ContentControlThemeFontFamily}" />
20- <Setter Property =" FontSize" Value =" {ThemeResource ControlContentThemeFontSize}" />
2119 <Setter Property =" Background" Value =" {ThemeResource TableViewRowBackground}" />
2220 <Setter Property =" Foreground" Value =" {ThemeResource TableViewRowForeground}" />
2321 <Setter Property =" TabNavigation" Value =" Local" />
You can’t perform that action at this time.
0 commit comments