Browse Source
Merge pull request #4764 from workgroupengineering/fixes/Issue_4657
Fiexes issue #4657
pull/5155/head
Dan Walmsley
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
src/Avalonia.Diagnostics/Diagnostics/Views/MainWindow.xaml
|
|
|
@ -12,6 +12,9 @@ |
|
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.DefaultTheme.xaml?assembly=Avalonia.Themes.Default"/> |
|
|
|
<StyleInclude Source="resm:Avalonia.Themes.Default.Accents.BaseLight.xaml?assembly=Avalonia.Themes.Default"/> |
|
|
|
<StyleInclude Source="resm:Avalonia.Controls.DataGrid.Themes.Default.xaml?assembly=Avalonia.Controls.DataGrid"/> |
|
|
|
<Style Selector="DataGrid ContextMenu"> |
|
|
|
<Setter Property="Foreground" Value="Black"/> |
|
|
|
</Style> |
|
|
|
</Window.Styles> |
|
|
|
|
|
|
|
<views:MainView/> |
|
|
|
|