mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 00:54:59 +00:00
ux: force datagrid row height to 24
This commit is contained in:
parent
1fe2be11a7
commit
3969111393
2 changed files with 7 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue