Skip to content

Commit 83728c1

Browse files
committed
fix: change file mode status postion to right
1 parent a249eed commit 83728c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/DiffView.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Grid RowDefinitions="26,*">
1414
<!-- Toolbar -->
1515
<Border Grid.Row="0" BorderThickness="0,0,0,1" BorderBrush="{DynamicResource Brush.Border2}">
16-
<Grid ColumnDefinitions="Auto,Auto,*,Auto">
16+
<Grid ColumnDefinitions="Auto,*,Auto,Auto">
1717
<StackPanel Grid.Column="0" Orientation="Horizontal" IsVisible="{Binding IsOrgFilePathVisible}" VerticalAlignment="Center">
1818
<Path Width="12" Height="12" Data="{StaticResource Icons.File}" Margin="8,0,0,0"/>
1919
<TextBlock Classes="monospace" Margin="4,0,0,0" Text="{Binding OrgFilePath, Converter={x:Static c:PathConverters.TruncateIfTooLong}}" FontSize="11"/>

0 commit comments

Comments
 (0)