Убран кастомный chrome

This commit is contained in:
2026-06-04 20:46:01 +03:00
parent 095ff99cf9
commit 7e7ef33155
3 changed files with 8 additions and 59 deletions

View File

@@ -5,25 +5,6 @@
<Application.Styles>
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml" />
<FluentTheme />
<Style Selector="Button.titleButton">
<Setter Property="Width" Value="40" />
<Setter Property="Height" Value="44" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="FontSize" Value="18" />
<Setter Property="Padding" Value="0" />
<Setter Property="CornerRadius" Value="0" />
</Style>
<Style Selector="Button.titleButton:pointerover">
<Setter Property="Background" Value="#D8D8D8" />
</Style>
<Style Selector="Button.titleButton.close">
<Setter Property="CornerRadius" Value="0,11,0,0" />
</Style>
<Style Selector="Button.titleButton.close:pointerover">
<Setter Property="Background" Value="#E81123" />
<Setter Property="Foreground" Value="White" />
</Style>
<Style Selector="DataGrid.roundedGrid">
<Setter Property="RowHeight" Value="32" />
<Setter Property="Background" Value="Transparent" />