Compare commits
No commits in common. "9aa31dde1fd76b312e97b0bc4d735182d0280a4a" and "2bf108905cdd96d2913a02fa873587638a6ee3fa" have entirely different histories.
9aa31dde1f
...
2bf108905c
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