mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-27 23:25:00 +00:00
ux: remove the MaxWidth
for user name column in histories (#194)
This commit is contained in:
parent
39eecd66d7
commit
217bc03581
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue