ux: change min height of DataGridCell's from 32 (default) to 24

This commit is contained in:
leo 2024-08-15 21:34:24 +08:00
parent 2ffc1b7178
commit eb56de2d6f
No known key found for this signature in database

View file

@ -1339,6 +1339,9 @@
<Style Selector="DataGrid /template/ Rectangle#PART_ColumnHeadersAndRowsSeparator">
<Setter Property="IsVisible" Value="False"/>
</Style>
<Style Selector="DataGridCell">
<Setter Property="MinHeight" Value="24"/>
</Style>
<Style Selector="DataGridCell:focus /template/ Grid#FocusVisual">
<Setter Property="IsVisible" Value="False"/>
</Style>