We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MaxWidth
1 parent 39eecd6 commit 217bc03Copy full SHA for 217bc03
src/Views/Histories.axaml
@@ -90,7 +90,7 @@
90
</DataGridTemplateColumn.CellTemplate>
91
</DataGridTemplateColumn>
92
93
- <DataGridTemplateColumn MaxWidth="100" Header="AUTHOR">
+ <DataGridTemplateColumn Header="AUTHOR">
94
<DataGridTemplateColumn.CellTemplate>
95
<DataTemplate x:DataType="{x:Type m:Commit}">
96
<TextBlock Classes="monospace"
0 commit comments