Compare commits
No commits in common. "acd605378959014b06b138b050721930113f97b3" and "54f8b3be257b35493e9daa4d7b39ab6be07b4614" have entirely different histories.
acd6053789
...
54f8b3be25
1 changed files with 1 additions and 3 deletions
|
|
@ -71,9 +71,7 @@
|
|||
Width="Auto"
|
||||
x:DataType="vm:MachineRowViewModel" />
|
||||
|
||||
<!-- Fixed width: a trailing Auto column collapses against the 2* star columns,
|
||||
clipping the Details button to a sliver on first layout. -->
|
||||
<DataGridTemplateColumn Header="" Width="120">
|
||||
<DataGridTemplateColumn Header="" Width="Auto">
|
||||
<DataGridTemplateColumn.CellTemplate>
|
||||
<DataTemplate x:DataType="vm:MachineRowViewModel">
|
||||
<Button Content="Details"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue