Merge branch 'v0.3.1-theming' into v0.4-opcua
This commit is contained in:
commit
9aa31dde1f
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