We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ffc1b7 commit eb56de2Copy full SHA for eb56de2
src/Resources/Styles.axaml
@@ -1339,6 +1339,9 @@
1339
<Style Selector="DataGrid /template/ Rectangle#PART_ColumnHeadersAndRowsSeparator">
1340
<Setter Property="IsVisible" Value="False"/>
1341
</Style>
1342
+ <Style Selector="DataGridCell">
1343
+ <Setter Property="MinHeight" Value="24"/>
1344
+ </Style>
1345
<Style Selector="DataGridCell:focus /template/ Grid#FocusVisual">
1346
1347
0 commit comments