ux: add margins for ListItem in InteractiveRebase window (#764)

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-29 21:03:11 +08:00
parent 938876e924
commit 7d857a49f7
No known key found for this signature in database

View file

@ -77,7 +77,7 @@
<ListBox.ItemTemplate>
<DataTemplate DataType="vm:InteractiveRebaseItem">
<Grid ColumnDefinitions="16,110,*,456" ClipToBounds="True">
<Grid ColumnDefinitions="16,110,*,456" Margin="8,0" ClipToBounds="True">
<!-- Drag & Drop Anchor -->
<Border Grid.Column="0" Background="Transparent"
Loaded="OnSetupRowHeaderDragDrop"