Skip to content

Commit 4f350c8

Browse files
committed
ux: use Auto for commit time column
1 parent 7a02854 commit 4f350c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Views/InteractiveRebase.axaml

Lines changed: 2 additions & 2 deletions
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" Margin="8,0" ClipToBounds="True">
80+
<Grid ColumnDefinitions="16,110,*,Auto" Margin="8,0" ClipToBounds="True">
8181
<!-- Drag & Drop Anchor -->
8282
<Border Grid.Column="0" Background="Transparent"
8383
Loaded="OnSetupRowHeaderDragDrop"
@@ -188,7 +188,7 @@
188188
<TextBlock Grid.Column="1" Classes="primary" Margin="0,0,4,0" Text="{Binding Subject}"/>
189189
</Grid>
190190

191-
<Grid Grid.Column="3" ColumnDefinitions="32,108,96,156,32,32" IsHitTestVisible="False" ClipToBounds="True">
191+
<Grid Grid.Column="3" ColumnDefinitions="32,108,96,Auto,32,32" IsHitTestVisible="False" ClipToBounds="True">
192192
<!-- Author Avatar -->
193193
<v:Avatar Grid.Column="0"
194194
Width="16" Height="16"

0 commit comments

Comments
 (0)