feature: allow to resize the width of AUTHOR column in histories (#203)

This commit is contained in:
leo 2024-07-09 16:29:41 +08:00
parent 738189393e
commit 06ba2fd733
No known key found for this signature in database
3 changed files with 73 additions and 27 deletions

View file

@ -708,7 +708,7 @@
Command="{Binding AbortMerge}"/>
</Grid>
<Border Grid.Row="1" Background="{DynamicResource Brush.Window}" BorderThickness="0,0,0,1" BorderBrush="{DynamicResource Brush.Border0}">
<Border Grid.Row="1" Background="{DynamicResource Brush.ToolBar}" BorderThickness="0,0,0,1" BorderBrush="{DynamicResource Brush.Border0}">
<Border.IsVisible>
<MultiBinding Converter="{x:Static BoolConverters.And}">
<Binding Path="SelectedViewIndex" Converter="{x:Static c:IntConverters.IsZero}"/>