ux: remove the MaxWidth for user name column in histories (#194)

This commit is contained in:
leo 2024-06-24 10:07:03 +08:00
parent 39eecd66d7
commit 217bc03581
No known key found for this signature in database

View file

@ -90,7 +90,7 @@
</DataGridTemplateColumn.CellTemplate> </DataGridTemplateColumn.CellTemplate>
</DataGridTemplateColumn> </DataGridTemplateColumn>
<DataGridTemplateColumn MaxWidth="100" Header="AUTHOR"> <DataGridTemplateColumn Header="AUTHOR">
<DataGridTemplateColumn.CellTemplate> <DataGridTemplateColumn.CellTemplate>
<DataTemplate x:DataType="{x:Type m:Commit}"> <DataTemplate x:DataType="{x:Type m:Commit}">
<TextBlock Classes="monospace" <TextBlock Classes="monospace"