ux: reduce change list row height in commit detail panel

This commit is contained in:
leo
2024-08-02 15:16:19 +08:00
parent eb437df9fe
commit f3aff65d03

View File

@@ -32,7 +32,7 @@
<ListBox.Styles>
<Style Selector="ListBoxItem">
<Setter Property="Padding" Value="0"/>
<Setter Property="MinHeight" Value="26"/>
<Setter Property="MinHeight" Value="24"/>
<Setter Property="CornerRadius" Value="4"/>
</Style>
</ListBox.Styles>
@@ -45,7 +45,7 @@
<ListBox.ItemTemplate>
<DataTemplate DataType="m:Change">
<Grid Background="Transparent" Height="26" ColumnDefinitions="36,*" ContextRequested="OnChangeContextRequested" DoubleTapped="OnChangeDoubleTapped">
<Grid Background="Transparent" Height="24" ColumnDefinitions="36,*" ContextRequested="OnChangeContextRequested" DoubleTapped="OnChangeDoubleTapped">
<v:ChangeStatusIcon Grid.Column="0"
Width="14" Height="14"
HorizontalAlignment="Left"