Skip to content

Commit 7d857a4

Browse files
committed
ux: add margins for ListItem in InteractiveRebase window (#764)
Signed-off-by: leo <[email protected]>
1 parent 938876e commit 7d857a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/InteractiveRebase.axaml

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

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

0 commit comments

Comments
 (0)