ux: force datagrid row height to 24

This commit is contained in:
leo 2024-08-08 21:21:30 +08:00
parent 1fe2be11a7
commit 3969111393
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions

View file

@ -23,6 +23,7 @@
<DataGrid.Styles>
<Style Selector="DataGridRow" x:DataType="vm:BranchTreeNode">
<Setter Property="CornerRadius" Value="{Binding CornerRadius}" />
<Setter Property="Height" Value="24"/>
</Style>
<Style Selector="DataGridRow /template/ Border#RowBorder">