mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 08:04:59 +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.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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue