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

View File

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