Skip to content

Commit f3aff65

Browse files
committed
ux: reduce change list row height in commit detail panel
1 parent eb437df commit f3aff65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/CommitDetail.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<ListBox.Styles>
3333
<Style Selector="ListBoxItem">
3434
<Setter Property="Padding" Value="0"/>
35-
<Setter Property="MinHeight" Value="26"/>
35+
<Setter Property="MinHeight" Value="24"/>
3636
<Setter Property="CornerRadius" Value="4"/>
3737
</Style>
3838
</ListBox.Styles>
@@ -45,7 +45,7 @@
4545

4646
<ListBox.ItemTemplate>
4747
<DataTemplate DataType="m:Change">
48-
<Grid Background="Transparent" Height="26" ColumnDefinitions="36,*" ContextRequested="OnChangeContextRequested" DoubleTapped="OnChangeDoubleTapped">
48+
<Grid Background="Transparent" Height="24" ColumnDefinitions="36,*" ContextRequested="OnChangeContextRequested" DoubleTapped="OnChangeDoubleTapped">
4949
<v:ChangeStatusIcon Grid.Column="0"
5050
Width="14" Height="14"
5151
HorizontalAlignment="Left"

0 commit comments

Comments
 (0)