Merge branch 'v0.4-opcua' into v0.6-history
This commit is contained in:
commit
acd6053789
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