File tree Expand file tree Collapse file tree 4 files changed +342
-8
lines changed
src/Devolutions.AvaloniaTheme.DevExpress Expand file tree Collapse file tree 4 files changed +342
-8
lines changed Original file line number Diff line number Diff line change 55 <Styles x : Key =" LinuxYaruStyles" >
66 <StyleInclude Source =" avares://Devolutions.AvaloniaTheme.Linux/LinuxTheme.axaml" />
77 <StyleInclude Source =" /Styles.axaml" />
8- <!-- TODO: move into themes -->
9- <StyleInclude Source =" avares://Avalonia.Controls.TreeDataGrid/Themes/Fluent.axaml" />
108 </Styles >
119 <Styles x : Key =" DevExpressStyles" >
1210 <StyleInclude Source =" avares://Devolutions.AvaloniaTheme.DevExpress/DevExpressTheme.axaml" />
1311 <StyleInclude Source =" /Styles.axaml" />
14- <!-- TODO: move into themes -->
15- <StyleInclude Source =" avares://Avalonia.Controls.TreeDataGrid/Themes/Fluent.axaml" />
1612 </Styles >
1713 <Styles x : Key =" MacOsStyles" >
1814 <StyleInclude Source =" avares://Devolutions.AvaloniaTheme.MacOS/MacOSTheme.axaml" />
1915 <StyleInclude Source =" /Styles.axaml" />
20- <!-- TODO: move into themes -->
21- <StyleInclude Source =" avares://Avalonia.Controls.TreeDataGrid/Themes/Fluent.axaml" />
2216 </Styles >
2317 </Application .Resources>
2418
2923 <StyleInclude Source =" avares://Devolutions.AvaloniaTheme.DevExpress/DevExpressTheme.axaml" />
3024 <!-- <StyleInclude Source="avares://Devolutions.AvaloniaTheme.Linux/LinuxTheme.axaml" /> -->
3125 <StyleInclude Source =" /Styles.axaml" />
32- <!-- TODO: move into themes -->
33- <StyleInclude Source =" avares://Avalonia.Controls.TreeDataGrid/Themes/Fluent.axaml" />
3426 </Application .Styles>
3527</Application >
Original file line number Diff line number Diff line change 3838 <Style Selector =" DataGridRow:nth-child(even)" >
3939 <Setter Property =" Background" Value =" {DynamicResource DataGridRowAlternatingBackgroundBrush}" />
4040 </Style >
41+
42+ <Style Selector =" :is(TreeDataGridCell)" >
43+ <Setter Property =" Background" Value =" Transparent" />
44+ <Setter Property =" MinHeight" Value =" 25" />
45+ </Style >
46+
47+ <Style Selector =" :is(TreeDataGridCell):selected" >
48+ <Setter Property =" Background" Value =" {DynamicResource TreeDataGridSelectedCellBackgroundBrush}" />
49+ </Style >
4150</Styles >
You can’t perform that action at this time.
0 commit comments