Skip to content

Commit e28f861

Browse files
committed
ux: re-design the layout for Interactive Rebase window that tries to fix issue #1037
Signed-off-by: leo <[email protected]>
1 parent 5af856b commit e28f861

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Views/InteractiveRebase.axaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
<Setter Property="Margin" Value="0"/>
6666
<Setter Property="Padding" Value="0"/>
6767
<Setter Property="Height" Value="28"/>
68+
<Setter Property="HorizontalAlignment" Value="Stretch"/>
6869
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>
6970
</Style>
7071
</ListBox.Styles>
@@ -77,7 +78,7 @@
7778

7879
<ListBox.ItemTemplate>
7980
<DataTemplate DataType="vm:InteractiveRebaseItem">
80-
<Grid ColumnDefinitions="16,110,*,32,108,96,Auto,32,32" Margin="8,0" ClipToBounds="True">
81+
<Grid Height="26" Margin="8,0" ColumnDefinitions="16,110,*,32,108,96,Auto,32,32" ClipToBounds="True">
8182
<!-- Drag & Drop Anchor -->
8283
<Border Grid.Column="0" Background="Transparent"
8384
Loaded="OnSetupRowHeaderDragDrop"

0 commit comments

Comments
 (0)