Skip to content

Commit eb56de2

Browse files
committed
ux: change min height of DataGridCell's from 32 (default) to 24
1 parent 2ffc1b7 commit eb56de2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Resources/Styles.axaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,9 @@
13391339
<Style Selector="DataGrid /template/ Rectangle#PART_ColumnHeadersAndRowsSeparator">
13401340
<Setter Property="IsVisible" Value="False"/>
13411341
</Style>
1342+
<Style Selector="DataGridCell">
1343+
<Setter Property="MinHeight" Value="24"/>
1344+
</Style>
13421345
<Style Selector="DataGridCell:focus /template/ Grid#FocusVisual">
13431346
<Setter Property="IsVisible" Value="False"/>
13441347
</Style>

0 commit comments

Comments
 (0)