mirror of
https://github.com/oMaN-Rod/nxDumpFuse.git
synced 2024-11-08 11:51:49 +00:00
Add an Expander for Log
This commit is contained in:
parent
e48947c499
commit
f7dec5d29d
1 changed files with 12 additions and 8 deletions
|
@ -34,7 +34,10 @@
|
|||
HorizontalContentAlignment="Center" Margin="2" />
|
||||
</StackPanel>
|
||||
|
||||
<DataGrid Grid.Row="5" Grid.Column="0" Grid.ColumnSpan="2"
|
||||
<Expander Grid.Row="5" Grid.Column="0" Grid.ColumnSpan="2"
|
||||
Header="Log"
|
||||
Margin="2">
|
||||
<DataGrid
|
||||
x:Name="FuseSimpleLog"
|
||||
Items="{Binding LogItems}"
|
||||
CanUserSortColumns="False"
|
||||
|
@ -51,6 +54,7 @@
|
|||
<DataGridTextColumn Header="Message" Binding="{Binding Message}" Width="Auto" FontSize="12" />
|
||||
</DataGrid.Columns>
|
||||
</DataGrid>
|
||||
</Expander>
|
||||
</Grid>
|
||||
</DockPanel>
|
||||
|
||||
|
|
Loading…
Reference in a new issue