mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
ux: reduce combobox item height
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
cac4b7edf6
commit
67255a5529
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
|
||||
<ComboBox.ItemTemplate>
|
||||
<DataTemplate DataType="m:ConventionalCommitType">
|
||||
<Grid Height="24">
|
||||
<Grid Height="22">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" SharedSizeGroup="NameColumn"/>
|
||||
<ColumnDefinition Width="Auto" SharedSizeGroup="TypeColumn"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue