Compare commits
2 commits
2bf108905c
...
9aa31dde1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9aa31dde1f | ||
|
|
d84f8a818a |
1 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,9 @@
|
||||||
Width="Auto"
|
Width="Auto"
|
||||||
x:DataType="vm:MachineRowViewModel" />
|
x:DataType="vm:MachineRowViewModel" />
|
||||||
|
|
||||||
<DataGridTemplateColumn Header="" Width="Auto">
|
<!-- 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.CellTemplate>
|
<DataGridTemplateColumn.CellTemplate>
|
||||||
<DataTemplate x:DataType="vm:MachineRowViewModel">
|
<DataTemplate x:DataType="vm:MachineRowViewModel">
|
||||||
<Button Content="Details"
|
<Button Content="Details"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue