Compare commits

..

No commits in common. "acd605378959014b06b138b050721930113f97b3" and "54f8b3be257b35493e9daa4d7b39ab6be07b4614" have entirely different histories.

View file

@ -71,9 +71,7 @@
Width="Auto" Width="Auto"
x:DataType="vm:MachineRowViewModel" /> x:DataType="vm:MachineRowViewModel" />
<!-- Fixed width: a trailing Auto column collapses against the 2* star columns, <DataGridTemplateColumn Header="" Width="Auto">
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"