Skip to content

Commit 67255a5

Browse files
committed
ux: reduce combobox item height
Signed-off-by: leo <longshuang@msn.cn>
1 parent cac4b7e commit 67255a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/ConventionalCommitMessageBuilder.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
<ComboBox.ItemTemplate>
6565
<DataTemplate DataType="m:ConventionalCommitType">
66-
<Grid Height="24">
66+
<Grid Height="22">
6767
<Grid.ColumnDefinitions>
6868
<ColumnDefinition Width="Auto" SharedSizeGroup="NameColumn"/>
6969
<ColumnDefinition Width="Auto" SharedSizeGroup="TypeColumn"/>

0 commit comments

Comments
 (0)