We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a249eed commit 83728c1Copy full SHA for 83728c1
src/Views/DiffView.axaml
@@ -13,7 +13,7 @@
13
<Grid RowDefinitions="26,*">
14
<!-- Toolbar -->
15
<Border Grid.Row="0" BorderThickness="0,0,0,1" BorderBrush="{DynamicResource Brush.Border2}">
16
- <Grid ColumnDefinitions="Auto,Auto,*,Auto">
+ <Grid ColumnDefinitions="Auto,*,Auto,Auto">
17
<StackPanel Grid.Column="0" Orientation="Horizontal" IsVisible="{Binding IsOrgFilePathVisible}" VerticalAlignment="Center">
18
<Path Width="12" Height="12" Data="{StaticResource Icons.File}" Margin="8,0,0,0"/>
19
<TextBlock Classes="monospace" Margin="4,0,0,0" Text="{Binding OrgFilePath, Converter={x:Static c:PathConverters.TruncateIfTooLong}}" FontSize="11"/>
0 commit comments